Install specific version of Ionic Angular

If you want to update your Ionic project to a specific version of Ionic Angular in your project run the following command:

npm i @ionic/angular@14

Above, 14 is the version that we want to install in our project.