-
-
Notifications
You must be signed in to change notification settings - Fork 79
Support Angular 9 w/ the Ivy compiler #141
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
Comments
@kmmccafferty96 dont use or know much about angular. PRs are welcome |
I'm not super familiar with creating NativeScript plugins, but I'll have a go at it. @NathanWalker - is there anything special I need to do for this to support Ivy? Anything other than the steps here: https://docs.nativescript.org/angular/plugins/angular-plugin? |
I was able to get this working with this in ngcc.config.js:
Based off the Angular 9 upgrade instructions here. |
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Running
tns run ios --env.aot
with the Ivy compiler turned on gives errors like the following for all nativescript-material-components and nativescript-image:There will likely be a higher demand for this very shortly as @NathanWalker just added support for Angular 9 in NativeScript a few days ago.
The text was updated successfully, but these errors were encountered: