Configurar um novo projeto angular
npm install -g @angular/cli
ng new project-name
cd project-name
ng serve
Crowded Cardinal
npm install -g @angular/cli
ng new project-name
cd project-name
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