mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fixes that the promise returned by `bootstrapApplication` wasn't being rejected when a module imported using `importProvidersFrom` throws an error. The problem was that the function that resolves the providers happens very early as the injector is being constructed. Fixes #49923. PR Close #50120 |
||
|---|---|---|
| .. | ||
| static_assets | ||
| tools | ||
| bootstrap_spec.ts | ||
| bootstrap_standalone_spec.ts | ||
| meta_spec.ts | ||
| rectangle_mock.ts | ||
| title_spec.ts | ||