This project was generated with Angular CLI version 16.2.12.
- NodeJS 16.14.2.
- It is recommended that you use NVM in order to run/use multiple versions of Node/npm. Note: If you already have Node and npm installed, you will need to uninstall both Node and npm before installing NVM.
- If using NVM, install the necessary version(s) of Node after referring to the NVM documentation.
- If not using NVM, install Node by going to the NodeJS website and following the instructions there to install version 16.14.2.
- angular-cli 16.2 by running the following command.
$ npm install -g @angular/cli@16.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.
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 Overview and Command Reference page.