Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
afterEveryRender
Function · 0.90
afterNextRender
Function · 0.90
isInAngularZone
Method · 0.80
update
Method · 0.65
push
Method · 0.45
Tested by
no test coverage detected