87fe47737a
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.