Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ ngOnInit
Method
ngOnInit
packages/core/test/test_bed_effect_spec.ts:73–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
ngOnInit() {
74
effect(
75
() => {
76
log.push(
'Effect'
);
77
},
78
{injector: this.injector},
79
);
80
}
81
82
ngDoCheck() {
83
log.push(
'DoCheck'
);
Callers
nothing calls this directly
Calls
2
effect
Function · 0.90
push
Method · 0.45
Tested by
no test coverage detected