MCPcopy
hub / github.com/angular/angular / provideNoopAnimations

Function provideNoopAnimations

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

Source from the content-addressed store, hash-verified

137 * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
138 */
139export function provideNoopAnimations(): Provider[] {
140 // Return a copy to prevent changes to the original array in case any in-place
141 // alterations are performed to the `provideNoopAnimations` call results in app code.
142 return [...BROWSER_NOOP_ANIMATIONS_PROVIDERS];
143}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…