An Angular 5 Basic project to illustrate how to build a recursive parent-children view.
[caption id="" align="alignnone" width="561"] Results Preview[/caption]
Clone Repository from github: https://github.com/ilirhushi/ngx-recursive-view
Example
You define the structure of the tree as below using parent-children structure and the above tree structure will be generated as shown in the...
This is a simple Single Page Application starter for Laravel 5.5.x + Angular 5 and AdminLTE.
Notice
For the older version with Angular 4 check this branch
Installation
Clone the repository
then run composer install and follow Laravel documentation
and then run npm install inside resources/assets/src/my-app directory and follow Angular CLI Documentation
This project was generated with Angular CLI version 1.6.7.
Development server
Run ng...
This is a simple application starter for Laravel 5.5 & Angular 4 + AdminLTE.
The Angular code is based on Angular Webpack Starter
Check the GitHub page to clone the repository
Installation Laravel 5.5 & Angular 4
Clone the repository
then run composer install & npm install
Development
Run npm run start to start a...