install angular 10 project code example
Example 1: installing angular 10
$ cd angular-example-with-routing
$ ng serve
Example 2: installing angular 10
$ cd ~
$ ng new angular-example-with-routing
$ cd angular-example-with-routing
$ ng serve
$ cd ~
$ ng new angular-example-with-routing