mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
29d8a0ab09
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