MCPcopy Create free account
hub / github.com/angular/angular / overrideTemplate

Method overrideTemplate

packages/core/testing/src/test_bed.ts:353–355  ·  view source on GitHub ↗
(component: Type<any>, template: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

overrideComponentMethod · 0.95
overrideTemplateMethod · 0.65

Tested by

no test coverage detected