mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b551f844e4
PR Close #23075
11 lines
260 B
TypeScript
11 lines
260 B
TypeScript
/** @experimental */
|
|
export declare const ANIMATION_MODULE_TYPE: InjectionToken<"NoopAnimations" | "BrowserAnimations">;
|
|
|
|
/** @experimental */
|
|
export declare class BrowserAnimationsModule {
|
|
}
|
|
|
|
/** @experimental */
|
|
export declare class NoopAnimationsModule {
|
|
}
|