mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This fixes an issue where `TestBed.overrideComponent(MyComp, {})`
would remove some properties including `providers` from the component.
This was due to the override not properly dealing with getter fields
on subclasses.
|
||
|---|---|---|
| .. | ||
| 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 | ||