angular/packages/platform-browser/animations/test
Andrew Kushnir 55308f2df5 feat(animations): add provideAnimations() and provideNoopAnimations() functions (#46793)
This commit adds the following functions to the public API:

- provideAnimations
- provideNoopAnimations

The goal of those functions is to return a set of providers required to setup animations in an application. The functions are useful when the `bootstrapApplication` function is used to bootstrap an app. The functions allow to avoid the need to import `BrowserAnimationsModule` and `BrowserNoopAnimationsModule` NgModules.

PR Close #46793
2022-07-12 17:58:47 +00:00
..
animation_renderer_spec.ts fix(animations): cleanup DOM elements when the root view is removed (#45143) 2022-06-23 13:52:58 -07:00
browser_animation_builder_spec.ts fix(animations): reset the start and done fns on player reset (#46364) 2022-06-21 12:40:24 -07:00
BUILD.bazel build: switch devmode output to es2015 (#44505) 2022-01-05 23:20:20 +00:00
noop_animations_module_spec.ts feat(animations): add provideAnimations() and provideNoopAnimations() functions (#46793) 2022-07-12 17:58:47 +00:00