MCPcopy
hub / github.com/angular/angular / constructor

Method constructor

packages/core/test/acceptance/after_render_hook_spec.ts:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 viewContainerRef = inject(ViewContainerRef);
88
89 constructor() {
90 afterEveryRender(() => {
91 this.afterRenderCount++;
92 });
93 }
94 }
95
96 TestBed.configureTestingModule({

Callers

nothing calls this directly

Calls 5

afterEveryRenderFunction · 0.90
afterNextRenderFunction · 0.90
isInAngularZoneMethod · 0.80
updateMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected