Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 70b2e40

Browse files
committed
fix(Animate): Animation rename types.
* NgAnimate Decorator is now inserted by value. * Animate is now correctly overridden instead of NgAnimate.
1 parent c6be443 commit 70b2e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/animate/module.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ class AnimationModule extends Module {
159159
type(AnimationLoop);
160160
type(CssAnimationMap);
161161
type(AnimationOptimizer);
162-
type(NgAnimate);
162+
value(NgAnimate, null);
163163
type(NgAnimateChildren);
164-
type(NgAnimate, implementedBy: CssAnimate);
164+
type(Animate, implementedBy: CssAnimate);
165165
}
166166
}

0 commit comments

Comments
 (0)