ng create cli code example
Example 1: generate new component angular
ng generate <schematic> [options]
Example 2: ng new project
content_copy
ng new angular-tour-of-heroes
ng generate <schematic> [options]
content_copy
ng new angular-tour-of-heroes