Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
effect
Function · 0.90
push
Method · 0.45
Tested by
no test coverage detected