-
-
Notifications
You must be signed in to change notification settings - Fork 241
feat: add Angular 9 and Ivy support #2065
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
Conversation
chore: add ngcc execution during npm prepare
chore: update deps and peer deps to 9.0.0 rc1
chore: add top plugins to Ivy example chore: add app-wide ngcc.cofnig.js in Ivy example for all included {N} plugins
Any idea when this will be merged? |
@MattRiddell I took over from where @VladimirAmiorkov left off and got things working with Ivy enabled here: So everyone here does not need to wait until that new PR is merged, you can do the following to try the new v9 by doing the following:
Put the
Put the
Then just make sure all your Also make you are using at least 1.4.0 or 1.5.0 of
Then clean you project completely:
Then run with the following:
Best to always use AoT all the time since Ivy works with it by default and also good to disable hmr as seems there's some other things to get hmr working with ivy. If you end up seeing an error like this:
You can add a new file
Then try cleaning project and rebuild/run again after adding the ngcc.config.js file. |
Is there an estimated date when this will be available? We are using I know that I am able to patch this version into our project, but I am not really under pressure to create a new release and if it takes just a few weeks to publish this I would like to wait for the release... If it will take months I am happy to follow the instructions to patch it! Thank you for your help! |
We would also need this support ASAP. Can you give some time estimate for Angular 9.0.2+ support? |
Is this progressing? Releases used to be aligned with Angular, has something changed in the relationship with working with the google team? |
With deep sadness I must inform you that I am no longer working on the NativeScript project. It has been a great journey and my work on the Angular 9 Ivy implementation in NativeScript has been taken over in the this PR #2124 . Please follow it and contribute to it as you can. |
PR Checklist
What is the current behavior?
Current package does not work with Angular 9.0.0-rc.1 version.
What is the new behavior?
Current package does works with Angular 9.0.0-rc.1 version.
Fixes/Implements/Closes #[Issue Number].
Resolves #2060