|
|
|
|
|
by mythz
3123 days ago
|
|
I created a new project using @angular/cli 1.6 which the release says is tied to Angular 5.1: https://github.com/angular/angular-cli/releases/tag/v1.6.0 But all npm package.json dependencies are still anchored on the same ^5.0.0 dependencies that ng v1.5.0 had and still depends on typescript "~2.4.2", basically ignoring the 5.1 announcement. How can we create a new Angular 5.1 App using ng? Are we meant to manually change all dependencies to ^5.1.0 |
|