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

Method constructor

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

Source from the content-addressed store, hash-verified

247 })
248 class MyComp {
249 constructor() {
250 afterEveryRender(() => {
251 log.push('render');
252 });
253 }
254 }
255
256 TestBed.configureTestingModule({

Callers

nothing calls this directly

Calls 2

afterEveryRenderFunction · 0.90
pushMethod · 0.45

Tested by

no test coverage detected