Open Odonno opened 2 years ago
actually it's the ng CLI prompt
Note that Angular 15 will not support non-Ivy view engines and as such this package in it's current state will not work.
Thanks, @huajian123. I'll look into updating the package. I think it should be relatively straightforward to make it compatible with Ivy.
thanks
Do you have an upgrade plan?
Hey @huajian123, I should be able to update it during Christmas break
I'm looking into it now, just wanted to clarify one thing regarding:
Note that Angular 15 will not support non-Ivy view engines and as such this package in it's current state will not work.
the library will still work with the Ivy renderer thanks to the angular ngcc (Angular Compatibility Compiler) that upgrades non-ivy libraries into ivy-compliant format (during the build time).
ok thank you
I'm looking into it now, just wanted to clarify one thing regarding:
Note that Angular 15 will not support non-Ivy view engines and as such this package in it's current state will not work.
the library will still work with the Ivy renderer thanks to the angular ngcc (Angular Compatibility Compiler) that upgrades non-ivy libraries into ivy-compliant format (during the build time).
That means that we are not going to see the update, because we will let it ngcc do it for us, or there are still plans to update this?
Is this repo on manteinance only or are any updates planed for the future, just asking out of quriosity. Im OK with it as it is. ;)
NGCC will be removed with Angular 16. Therefore a update will be mandatory to keep using this. https://github.com/angular/angular/commit/48aa96ea13ebfadf2f6b13516c7702dae740a7be
@filipows I've created a PR to upgrade to Angular 15 #134
Thank you @charsleysa for your work :heart:
I have published the new version under the 0.15.0-beta.0 tag.
Would anyone be able to sanity-check if it works as expected before we release the main version?
Thanks @filipows
I'll be able to do a sanity check sometime this week as we've recently upgraded our apps to v15.
@filipows I've done a quick sanity check, the animations we use seem to be all working fine. Also deployed fine using a production build.
@filipows I can also confirm that the beta version works correctly for us with our Angular v15 application.
Like it is said, will you consider moving to Ivy?