(component: Type<any>, template: string)
| 351 | } |
| 352 | |
| 353 | static overrideTemplate(component: Type<any>, template: string): TestBed { |
| 354 | return TestBedImpl.INSTANCE.overrideTemplate(component, template); |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | * Overrides the template of the given component, compiling the template |
nothing calls this directly
no test coverage detected