Skip to content

@angular/animations 6.0.6 API breaks NativeScriptAnimationModule #1393

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

Closed
sis0k0 opened this issue Jun 21, 2018 · 0 comments · Fixed by #1395
Closed

@angular/animations 6.0.6 API breaks NativeScriptAnimationModule #1393

sis0k0 opened this issue Jun 21, 2018 · 0 comments · Fixed by #1395
Assignees

Comments

@sis0k0
Copy link
Contributor

sis0k0 commented Jun 21, 2018

The NativeScriptAnimationModule should be updated to use the latest changes in the Angular Animations API. Now the nativescript-angular plugin fails to transpile with:

animations/animations.module.ts(25,9): error TS2554: Expected 3 arguments, but got 2.

The API was changed with angular/angular#23300, which is part of the @angular/animations 6.0.6 release.

sis0k0 added a commit that referenced this issue Jun 21, 2018
@NickIliev NickIliev added the bug label Jun 21, 2018
@ghost ghost assigned sis0k0 Jun 21, 2018
@ghost ghost added the in progress label Jun 21, 2018
@ghost ghost removed bug in progress labels Jun 21, 2018
sis0k0 added a commit that referenced this issue Jun 21, 2018
Should be merged with `rebase and merge`.
Caused by API changes in angular/angular#23300.

BREAKING CHANGE

You have to update your @angular/* dependencies to 6.0.6 due to changes
in the @angular/animations API.

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

Successfully merging a pull request may close this issue.

2 participants