I have app build with @ionic/angular@5.0 , which used @angular@8 . I want to update to current version of ionic (and angular). How should I do it and in what order (ionic docs say nothing )
Added more notes to the docs issue you opened. this would make for a good dedicated page. In the mean time, in your case, you’re already on the latest Ionic (v5 as of august 2020), so this is more about Angular. Follow their update guide - it’s very helpful and tells you exactly what commands to run.
Generally, updating Ionic varies by framework, but for Angular: npm i @ionic/angular@latest
and do the same for other @ionic/angular packages