how to run angularjs project code example
Example 1: how to run angular
ng serve --open
Example 2: create new project angular
ng new
//After this you will be given the choice to name the project, add routing, add scss/sass/css
ng new angular_project
cd angular-project
ng serve