This project was generated with Angular CLI version 12.1.4.
To run the development server:
- Run
ng serve
. - Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.
To generate a new component, directive, pipe, service, class, guard, interface, enum, or module, run:
ng generate component component-name
Replace component
with directive|pipe|service|class|guard|interface|enum|module
as needed.
To build the project, run:
ng build
The build artifacts will be stored in the dist/
directory.
To execute the unit tests via Karma, run:
ng test
To execute the end-to-end tests via a platform of your choice, run:
ng e2e
Note: To use this command, you need to first add a package that implements end-to-end testing capabilities.
For more help on the Angular CLI, use ng help
or check out the Angular CLI Overview and Command Reference page.