BREAKING CHANGE:
Angular v14 is now required to use `@ionic/angular` and `@ionic/angular-server`. Upgrade your project to Angular v14 by following the [Angular v14 update guide](https://update.angular.io/?l=3&v=13.0-14.0).
The dev-preview `environmentInjector` property has been removed from `ion-tabs` and `ion-router-outlet`. Standalone component routing is now available without additional custom configuration. Remove the `environmentInjector` property from your `ion-tabs` and `ion-router-outlet` components.
* chore(angular): Add missing argument type information.
* chore(angular): Add missing semicolon.
* fix(angular): Properly detect the Angular project name for multi-app repositories.
* fix(angular): Fix generated angular.json when using ng-add in multi-app repositories.
* chore(angular): Improve reported warnings when using ng-add with invalid workspace configuration.