MCPcopy
hub / github.com/angular/angular / someFn

Method someFn

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

Source from the content-addressed store, hash-verified

571 })
572 class TestCmp {
573 someFn() {
574 afterEveryRender(() => {});
575 }
576 }
577
578 const fixture = TestBed.createComponent(TestCmp);

Callers

nothing calls this directly

Calls 1

afterEveryRenderFunction · 0.90

Tested by

no test coverage detected