Angular Installation
It gives detailed information regarding various commands used to install the Angular.
- node-sass
You need to install the angular-CLI package globally on your machine to run the dashboard. if you are on Linux or MAC need to add
Sudo
before each commend.npm install -g @angular/cli
Last modified 2yr ago