This project was generated using Angular CLI version 9.0.4.
We can install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).
Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular.
Run npm install -g @angular/cli
for install Angular CLI
Run npm install
for install the node_modules.
Run ng serve
to run the app in a dev mode, after executing this command you can navigate to http://localhost:4200/
to see the app working.
The app will automatically reload if you change anything in the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.