angular create app command code example
Example 1: install angular on mac
npm install -g @angular/cli
Example 2: ng new project
content_copy
ng new angular-tour-of-heroes
npm install -g @angular/cli
content_copy
ng new angular-tour-of-heroes