creating a new angular application code example
Example 1: 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
*/
Example 2: angular new project
ng new project_name
Example 3: ng new project
content_copy
ng new angular-tour-of-heroes