This project is a sample project written in angular. Here we are using three sidebar links associated with three modules, and every modules have their path matched full routers that are responsible to show their consecutive component on click. We are using Route instead of Routes array for lazy loading.
#Modules used in the project :
- highcharts-angular
- hicharts
- bootstrap
- ng-zorro-antd
- ngx-formly
To run the project in your computer :
- paste the clone link of this project after goin into the terminal of the desired folder
- open the project in your any favourite editor
- write npm install --save if that does not work and your cli pops out error of peer dependencies, write npm install --legacy-peer-deps --save
- After installing the modules, run the project by typing ng serve in the terminal and you will see the localhost:4200 running your project.