-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade to Angular v20 #103
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
Upgrade to Angular v20 #103
Conversation
Currently test fail because of Error
|
Seems like it was a circular dependency issue. By the deleting |
Tree-shaking fails, will try to look into it but never used it so don't really know what I'm doing tbh Output
|
Hi @R1D3R175 |
…runningEffects" With Angular 20, the new rollup version seems not to be able to successfully remove runningEffects, eventhough it is sideeffect free and annotated with PURE. This change does not alter the behaviour but makes it recognizable as sideeffect free.
Hi @zuriscript |
@R1D3R175 Thanks a lot for the effort, angular 20.0.0 support is now official! |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What changes does this PR introduce?
Upgrade to Angular v20
Does this PR introduce a breaking change?