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

Method constructor

packages/core/test/acceptance/tracing_spec.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 @Component({template: ''})
95 class App {
96 constructor() {
97 afterEveryRender(() => {});
98 }
99 }
100
101 const fixture = TestBed.createComponent(App);

Callers

nothing calls this directly

Calls 1

afterEveryRenderFunction · 0.90

Tested by

no test coverage detected