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
Month: August 2019
Ionic 4 and Angular with PouchDB
Get to the code now: https://github.com/jarodms/ionic4-pouchdb I’ve built a couple of Ionic apps using PouchDB and I must say I love the combination. I originally built a small sample app in GitHub some time ago, but I felt it was definitely time to update it to use Angular 8, Ionic 4, and the latest version…