Usually, I upgrade Angular to the latest version but I have an old app in v6 that I would like to upgrade first to V7 first (which is not the latest).
The Angular documentation is not very clear:
- Update to V7 of the core framework and CLI by running
ng update @angular/cli @angular/corein your terminal.- Update to V8 of the core framework and CLI by running
ng update @angular/cli @angular/corein your terminal
However ng-update always tries to update to the latest version.