1/*
2Setting up new angular project and run on browser
3*/
4npm install -g @angular/cli
5ng new project-name
6cd project-name
7ng serve
8
9/*
10I hope it will help you.
11Namaste
12*/
1ng new
2//After this you will be given the choice to name the project, add routing, add scss/sass/css
3ng new angular_project
4
5cd angular-project
6ng serve