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

Method constructor

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

Source from the content-addressed store, hash-verified

955 })
956 class Inner {
957 constructor() {
958 afterNextRender(() => {
959 log.push('comp hook');
960 });
961 }
962 }
963
964 @Component({

Callers

nothing calls this directly

Calls 2

afterNextRenderFunction · 0.90
pushMethod · 0.45

Tested by

no test coverage detected