Question... I'm on a system running Angular 5.x.x and need to upgrade it to 6.x.x. I found this posting: Want to upgrade project from Angular v5 to Angular v6
Wont Running the commands below upgrade to the latest versions and not 6?
ng update @angular/cli
ng update @angular/core
ng update @angular/material
ng update rxjs
So, in my scenario wouldn't I need to specify the version for them?
And, if I do then how do I know what version of rxjs I need to go to that works with the latest 6.x.x version?
Would this be my format for the calls to obtain whatever the latest version of 6 is?
ng update @angular/cli@^6.0.0
ng update @angular/core@^6.0.0
ng update @angular/material@^6.0.0
* Unsure what version of rxjs to specify
updates below...
Note: to get the .angular-cli.json migrated to angular.json run the command without the @version
ng update @angular/cli