ng create new project code example
Example 1: ng angular
ng n <name> [options]
Example 2: angular new project
ng new project_name
Example 3: ng new project
content_copy
ng new angular-tour-of-heroes
Example 4: create new project angular
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