This project was generated with Angular CLI version 12.2.2.
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.
- To generate a new component
ng generate component component-name
ng generate directive|pipe|service|class|guard|interface|enum|module
- To generate module and flat component inside module
ng g m user --routing
ng g c user --module user --skip-tests --flat
Run ng build --configuration production
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.