Closed henkkelder closed 2 years ago
Thanks for the issue. It looks like the dependencies for the schematics and cordova-builders packages need to be updated for Angular 14:
Schematics: https://github.com/ionic-team/angular-toolkit/blob/8ff0a235e0f64b1afcab06ee1958ff6e6d474288/packages/cordova-builders/package.json#L38-L42 Cordova Builders: https://github.com/ionic-team/angular-toolkit/blob/8ff0a235e0f64b1afcab06ee1958ff6e6d474288/packages/schematics/package.json#L33
cc @mhartington
any plans for an update? Need it too..
When will this result in a release? Or Tag? Or is there another way how to use this fix?
Didn't release on Friday because...well it's a friday.
But it's out now! Update to V7
And it works :-)
Awesome!
Prerequisites
Ionic Framework Version
Current Behavior
live reload using cordova and angular 14 does no longer work.
Most likely cause is that @ionic/cordova-builders is not updated to use Angular 14.
Expected Behavior
Live reload should work.
Steps to Reproduce
Try to run any given cordova/angular 14 app with the -l option.
Code Reproduction URL
No response
Ionic Info
Additional Information
I have reported the issue also at https://github.com/ionic-team/[angular-toolkit](https://github.com/ionic-team/angular-toolkit) but that doesn't seem t be monitored.