How to environment setup of Angular Project for beginners
Firstly Install node Js in your pc Run below command in CLI and CMD. [MS DOS] npm install -g @angular/cli ng new myAngularProject cd myAngularProject ng serve For Mac Pc Add sudo for every command