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

Method constructor

packages/forms/signals/test/web/form_field.spec.ts:6304–6308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6302 class App {
6303 vcr = inject(ViewContainerRef);
6304 constructor() {
6305 promise.then(() => {
6306 this.vcr.createComponent(FormComponent);
6307 });
6308 }
6309 }
6310
6311 const fixture = act(() => TestBed.createComponent(App));

Callers

nothing calls this directly

Calls 2

thenMethod · 0.65
createComponentMethod · 0.65

Tested by

no test coverage detected