how to install angular 9 version code example
Example 1: install angular 9.1.7
npm i -g @angular/cli@9.1.7
Example 2: installing angular 10
$ cd angular-example-with-routing
$ ng serve
npm i -g @angular/cli@9.1.7
$ cd angular-example-with-routing
$ ng serve