mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| static_assets | ||
| tools | ||
| bootstrap_spec.ts | ||
| bootstrap_standalone_spec.ts | ||
| meta_spec.ts | ||
| rectangle_mock.ts | ||
| title_spec.ts | ||
| transfer_state_spec.ts | ||