Skip to content
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

Correct animations #132

Merged
merged 2 commits into from
May 10, 2024
Merged

Correct animations #132

merged 2 commits into from
May 10, 2024

Conversation

darklight365
Copy link
Contributor

Allow Angular 17 animations to work correctly

Correct #125

Allow Angular 17 animations to work correctly
Leave commented out code alone
@NathanWalker NathanWalker merged commit ad576bf into NativeScript:main May 10, 2024
2 checks passed
@NathanWalker
Copy link
Contributor

Thank you @darklight365!

@NathanWalker
Copy link
Contributor

Published with @nativescript/[email protected]

@JWiseCoder
Copy link

JWiseCoder commented May 10, 2024

This fix now doesn't work because of c5f3a45. All I get is a null injector error for the injectable added in that commit:

ERROR NullInjectorError: R3InjectorError(AppModule)[RendererFactory2 -> AnimationEngine -> ChangeDetectionScheduler -> ChangeDetectionScheduler]

I think that injectable should be made optional, as it is in the InjectableAnimationEngine implementation in the Angular code.

@JWiseCoder
Copy link

Works now with 58d2254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants