angular cli new co code example
Example 1: angular install
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