mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the only way to disable animations is by providing the `NoopAnimationsModule`
which doesn't allow for it to be disabled based on runtime information. These changes
add support for disabling animations based on runtime information by using
`BrowserAnimationsModule.withConfig({disableAnimations: true})`.
PR Close #40731
|
||
|---|---|---|
| .. | ||
| animations | ||
| testing | ||
| platform-browser.d.ts | ||