0

How to specify version of angular that should be installed ? Right now it's 4.2.4 with cli version 1.4.10. I want to create angular 4.4.6 project. Where to find compatibility matrix of angular and angular-cli ?

Durgesh Pal
  • 695
  • 5
  • 13

1 Answers1

0

There is no compatability matrix. You can defined in package.json with specific version and do npm install and it will install that version.

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396