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

Method constructor

packages/core/test/test_bed_effect_spec.ts:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 })
31 class Cmp {
32 constructor() {
33 log.push('Ctor');
34
35 effect(() => {
36 log.push('Effect');
37 });
38 }
39
40 ngDoCheck() {
41 log.push('DoCheck');

Callers

nothing calls this directly

Calls 2

effectFunction · 0.90
pushMethod · 0.45

Tested by

no test coverage detected