mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `NoopAnimationDriver` as static property of `AnimationDriver` prevents it from being removed by tree shaking. This commit deprecates it and exposes the `NoopAnimationDriver` on the public API to replace its usage. DEPRECATED: The `AnimationDriver.NOOP` symbol is deprecated, use `NoopAnimationDriver` instead. PR Close #51843 |
||
|---|---|---|
| .. | ||
| animation_integration_spec.ts | ||
| animation_query_integration_spec.ts | ||
| animation_router_integration_spec.ts | ||
| animations_with_web_animations_integration_spec.ts | ||