I'm using angular cli to create an angular folder structure with
ng new src
In the package.json this add angular 4 in the dev dependencies
"@angular/common": "^4.0.0",
Is it possible to use angular cli ng new to add angular 2.4.6
No, this is no longer supported.
But the difference from Angular 2 to 4 is very small and not like the big change from AngularJS to Angular 2
angularjsis the tag for AngularJS (Angular 1.x) 2. I think this has been asked already.