I was working on an Angular 7 with Ionic 4 app and wanted to update to Angular 8. Here’s a set of commands to get this done.
npm uninstall typescript npm install typescript@3.4.3 --save-dev npm install @ionic/angular@4.7.0 npm install @ionic/angular-toolkit@2.0.0 -D ng update @angular/cli @angular/core
Please follow:
0