We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ff9d1 commit 925a624Copy full SHA for 925a624
nativescript-angular/animations/animations.module.ts
@@ -45,8 +45,8 @@ export function instantiateDefaultStyleNormalizer() {
45
}
46
47
export const NATIVESCRIPT_ANIMATIONS_PROVIDERS: Provider[] = [
48
- {provide: AnimationBuilder, useClass: BrowserAnimationBuilder},
49
{provide: AnimationDriver, useFactory: instantiateSupportedAnimationDriver},
+ {provide: AnimationBuilder, useClass: BrowserAnimationBuilder},
50
{provide: AnimationStyleNormalizer, useFactory: instantiateDefaultStyleNormalizer},
51
{provide: AnimationEngine, useClass: InjectableAnimationEngine},
52
{
0 commit comments