MCPcopy
hub / github.com/angular/angular / provideAnimations

Function provideAnimations

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

Source from the content-addressed store, hash-verified

95 *
96 */
97export function provideAnimations(): Provider[] {
98 performanceMarkFeature('NgEagerAnimations');
99 // Return a copy to prevent changes to the original array in case any in-place
100 // alterations are performed to the `provideAnimations` call results in app code.
101 return [...BROWSER_ANIMATIONS_PROVIDERS];
102}
103
104/**
105 * 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…