angular new app command code example
Example 1: install angular cli
npm install -g @angular/cli //make sure you have node/npm installed
ng new // eg: ng new my-app
cd // cd my-app
ng serve
Example 2: ng new project
content_copy
ng new angular-tour-of-heroes