mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit handles two cases that were breaking applications when using the new migration: - tests using `HttpClientModule` in `TestBed.configureTestingModule` were broken as the import was removed, but the module is still present in the test configuration. It now properly adds `provideHttpClient(withInterceptorsFromDi())` and related imports to the test. - tests using `HttpClientTestingModule` were migrated to use `provideHttpClient(withInterceptorsFromDi())` but the necessary imports were not added. They are now added by the migration. PR Close #55640 |
||
|---|---|---|
| .. | ||
| google3 | ||
| all-migrations.spec.ts | ||
| BUILD.bazel | ||
| helpers.ts | ||
| http_providers_spec.ts | ||
| invalid_two_way_bindings_spec.ts | ||
| project_tsconfig_paths_spec.ts | ||
| standalone_migration_spec.ts | ||