MCPcopy Create free account
hub / github.com/angular/angular / constructor

Method constructor

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

afterNextRenderFunction · 0.90
pushMethod · 0.45

Tested by

no test coverage detected