mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Before, as soon as a user called `TestBed.overrideProvider` for a provider of a `NgModule` that was imported via `TestBed.configureTestingModule`, that `NgModule` became lazy. This commit changes this behavior to keep the `NgModule` eager, with or without a call to `TestBed.overrideProvider`. PR Close #19624 |
||
|---|---|---|
| .. | ||
| async.ts | ||
| async_test_completer.ts | ||
| before_each.ts | ||
| component_fixture.ts | ||
| fake_async.ts | ||
| lang_utils.ts | ||
| logger.ts | ||
| metadata_override.ts | ||
| ng_zone_mock.ts | ||
| private_export_testing.ts | ||
| test_bed.ts | ||
| test_compiler.ts | ||
| testing.ts | ||
| testing_internal.ts | ||