Update Angular version in Ionic project

In order to update the Angular version in the Ionic project you need to run the following command:

ng update @angular/cli & ng update @angular/core

That will update the Angular version of your Ionic project.