-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: angular toolkit should work in angular 14 #474
Comments
Thanks for the issue. It looks like the dependencies for the schematics and cordova-builders packages need to be updated for Angular 14: Schematics: angular-toolkit/packages/cordova-builders/package.json Lines 38 to 42 in 8ff0a23
Cordova Builders:
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! |
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.
The text was updated successfully, but these errors were encountered: