ng cli new project code example
Example: setup new angular project
/*
Setting up new angular project and run on browser
*/
npm install -g @angular/cli
ng new project-name
cd project-name
ng serve
/*
I hope it will help you.
Namaste
*/
/*
Setting up new angular project and run on browser
*/
npm install -g @angular/cli
ng new project-name
cd project-name
ng serve
/*
I hope it will help you.
Namaste
*/