This project was generated with Angular CLI version 9.0.7.
- src -> contains all the actual code files and source files for App.
- src/app -> contains all code files related to application.
- src/app/components -> contains all components used in the app.
- src/app/models -> contains all the models(classes) that is used in the application.
- src/app/pipes -> contains all the Pipes used to format data in the application.
- src/app/services -> contains all the service files (dependency injection) in the application.
- src/assets -> contains dummy data file ,images, files used in the Application.
- src/environments -> contains environment configuration files (not used in this demo).
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.