@angular/platform-browser/animations
Provides infrastructure for the rendering of animations in supported browsers.
Entry point exports
NgModules
BrowserAnimationsModule |
Exports |
NoopAnimationsModule |
A null player that must be imported to allow disabling of animations. |
Functions
provideAnimations |
Returns the set of dependency-injection providers to enable animations in an application. See animations guide to learn more about animations in Angular. |
provideNoopAnimations |
Returns the set of dependency-injection providers to disable animations in an application. See animations guide to learn more about animations in Angular. |
Structures
BrowserAnimationsModuleConfig |
Object used to configure the behavior of |
Types
ANIMATION_MODULE_TYPE |
A DI token that indicates which animations module has been loaded. |