mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit adds `applicationProviders` to the `bootstrapModule` options object. This allows specifying additional providers at the location of bootstrap, which makes default providers much easier to accomplish. Using this, we can refine the approach taken for downgrade_module to use this more direct API rather than the additional provider variable dance. PR Close #64354 |
||
|---|---|---|
| .. | ||
| change_detection_spec.ts | ||
| content_projection_spec.ts | ||
| downgrade_component_spec.ts | ||
| downgrade_module_spec.ts | ||
| examples_spec.ts | ||
| injection_spec.ts | ||
| static_test_helpers.ts | ||
| testability_spec.ts | ||
| upgrade_component_spec.ts | ||
| upgrade_module_spec.ts | ||