I would like to upgrade my Ionic Framework based Angular App to Angular 8.x.
- Is there an official guideline for upgrading Ionic Apps?
- Does the ionic CLI support developers during the upgrade process (like angular cli)?
- Does the ionic framwork support ng update?
Current Version:
The output below was generated by ionic info (executed in the project folder):
Ionic:
Ionic CLI : 5.4.1 (C:\ProgramData\nvm\v10.15.0\node_modules\ionic)
Ionic Framework : @ionic/angular 4.9.0
@angular-devkit/build-angular : 0.13.8
@angular-devkit/schematics : 7.3.8
@angular/cli : 7.3.8
@ionic/angular-toolkit : 1.5.1
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 8 other plugins)
Utility:
cordova-res : not installed
native-run : 0.2.8
System:
NodeJS : v10.15.0 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10
Thanks for your help!