()
| 137 | * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23 |
| 138 | */ |
| 139 | export 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 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…