ionic-team / angular-toolkit

Angular Schematics and Builders for `@ionic/angular` apps.
MIT License
69 stars 30 forks source link

feat: bump deps to angular 15 #481

Closed ChrisZinnecker closed 1 year ago

ChrisZinnecker commented 1 year ago

currently live reload is not working, if you update a project to angular 15

> ng run app:ionic-cordova-serve --host=localhost --port=8100 --platform=ios
[ng] This version of CLI is only compatible with Angular versions ^14.0.0,
[ng] but Angular version 15.0.1 was found instead.
QuentinFarizon commented 1 year ago

Hello @mhartington, can we get this merged ? It blocks using Angular 15 Thanks !

mhartington commented 1 year ago

1) Please do not ping, it just adds noise. 2) Upgrading cordova-builders to support ng15 is more than just bumping the versions of deps. There is a dep on internal APIs that are needed, which are likely to change.

QuentinFarizon commented 1 year ago

Angular 15 is out since a month now. Do you have a status on supporting it ?

QuentinFarizon commented 1 year ago

Hello, Angular 15 is out since two months. Is Angular still supported by Ionic ?