This project was generated with Angular CLI version 10.1.2.
Run the following command to start a development server:
ng serveNavigate to http://localhost:4200/. The app will automatically reload if you change any source files.
Generate a new component using:
ng generate component component-nameYou can also generate other Angular elements like directives, pipes, services, classes, guards, interfaces, enums, and modules:
ng generate directive|pipe|service|class|guard|interface|enum|moduleTo build the project, run:
ng buildThe build artifacts will be stored in the dist/ directory. For a production build, use:
ng build --prodExecute unit tests using Karma:
ng testRun end-to-end tests using Protractor:
ng e2eFor more information on Angular CLI commands, run:
ng helpYou can also refer to the Angular CLI README.