This project was generated with Angular CLI version 1.6.5.
This project is developed as part of learning, suggest if you find anything that can be improved.
#AdminLTE is used as part of application Layout.
NOTE: No script files are used, only css part of Admin LTE is used in the application.
#Further this layout is broken into header, footer etc components which are used in app-dashboard component.
#URL restriction is achived using AuthGaurd/CanActivate. (Currently Login credentials are hardcoded value)
{UserId: dilipgaganr, Password: admin }
#Lazyloading of modules are implemented.
#Two way binding using behaviour observable, Input, Output are used as part of component interaction.
#Google map is implemented using agm/core.
#Chart js is implemented providing various type of charts.
#Custom data-table plugin created and used.
Note: Please use your own Google map api key to use google map integrated with application/ you can put you key in environment file.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.