mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE: - deprecations: * `withProviders`, use `TestBed.withModule` instead * `addProviders`, use `TestBed.configureTestingModule` instead * `TestComponentBuilder`, use `TestBed.configureTestModule` / `TestBed.override...` / `TestBed.createComponent` instead. Closes #10354 |
||
|---|---|---|
| .. | ||
| directive_resolver_mock.ts | ||
| metadata_overrider.ts | ||
| ng_module_resolver_mock.ts | ||
| pipe_resolver_mock.ts | ||
| schema_registry_mock.ts | ||
| test_component_builder.ts | ||
| xhr_mock.ts | ||