MCPcopy Create free account
hub / github.com/angular/angular / provideAnimations

Function provideAnimations

packages/platform-browser/animations/src/module.ts:98–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 *
97 */
98export function provideAnimations(): Provider[] {
99 performanceMarkFeature('NgEagerAnimations');
100 // Return a copy to prevent changes to the original array in case any in-place
101 // alterations are performed to the `provideAnimations` call results in app code.
102 return [...BROWSER_ANIMATIONS_PROVIDERS];
103}
104
105/**
106 * A null player that must be imported to allow disabling of animations.

Callers 6

bootstrap_spec.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
app.config.tsFile · 0.90

Calls 1

performanceMarkFeatureFunction · 0.85

Tested by

no test coverage detected