angular statrt new project code example
Example: 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
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