Upgrade Ionic 4 beta project to 4 release

I have a project that I’ve been working on for a few months. It was created with ionic 4 beta. How do I upgrade the project to 4 (release).

And any differences between beta and release version?

Thank you

To update the project to the new Ionic 4 release, run this in your project folder

npm install @ionic/angular

Also check package.json for other dependencies to update.

Then check the changelog for breaking changes.

You might also want to update the Ionic CLI to the latest version:

npm install -g ionic