Answers for "how to update angular core in ionic"

0

how to update angular core in ionic

npm i @ionic/angular@latest
npm i zone.js@~0.9.1
npm i @angular/core@"~8.x.x"
npm i @ionic/angular-toolkit@latest
npm i codelyzer@latest
npm remove @angular/http
ng update @angular/core @angular/cli --allow-dirty
Posted by: Guest on September-04-2020

Code answers related to "how to update angular core in ionic"

Code answers related to "Javascript"

Browse Popular Code Answers by Language