MCPcopy Index your code
hub / github.com/angular/angular / constructor

Method constructor

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

Source from the content-addressed store, hash-verified

6243 class App {
6244 vcr = inject(ViewContainerRef);
6245 constructor() {
6246 promise.then(() => {
6247 this.vcr.createComponent(FormComponent);
6248 });
6249 }
6250 }
6251
6252 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