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

Function provideNoopAnimations

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected