feat(animations): noop animation module and zone fixes (#14661)

This commit is contained in:
Matias Niemelä
2017-02-23 08:51:00 -08:00
committed by Igor Minar
parent ab3527c99b
commit e8d2743cfb
16 changed files with 608 additions and 104 deletions

View File

@ -9,3 +9,7 @@ export declare abstract class AnimationDriver {
/** @experimental */
export declare class BrowserAnimationModule {
}
/** @experimental */
export declare class NoopBrowserAnimationModule {
}