create new angular 10 app code example
Example 1: ng new project
content_copy
ng new angular-tour-of-heroes
Example 2: installing angular 10
$ cd angular-example-with-routing
$ ng serve
content_copy
ng new angular-tour-of-heroes
$ cd angular-example-with-routing
$ ng serve