feat(platform-browser): add token marking which the type of animation module nearest in the injector tree (#23075)
PR Close #23075
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
/** @experimental */
|
||||
export declare const ANIMATION_MODULE_TYPE: InjectionToken<"NoopAnimations" | "BrowserAnimations">;
|
||||
|
||||
/** @experimental */
|
||||
export declare class BrowserAnimationsModule {
|
||||
}
|
||||
|
Reference in New Issue
Block a user