1)Download Node.js File
2)Install Node.js File
3)install NPM Angular/cli
Following command are used to install angular/cli
1)Npm install @angular/cli
Check version of Angular/Cli
2)Npm -v
Create Project
3)ng new ProjectName
Run the angular project
4)ng serve
Comments
Post a Comment