angularangular-cli

How to install a specific version of Angular with Angular CLI?


I searched through google and angular cli doc but couldn't find any way to install a specific version of Angular using Angular CLI. is it even possible?


Solution

  • You can just have package.json with specific version and do npm install and it will install that version.

    Also you don't need to depend on angular-cli to develop your project.