You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The NativeScriptAnimationModule should be updated to use the latest changes in the Angular Animations API. Now the nativescript-angular plugin fails to transpile with:
The API was changed with angular/angular#23300, which is part of the
@angular/animations
6.0.6 release.The text was updated successfully, but these errors were encountered: