Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/core/test/authoring/input_signal_spec.ts:23–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
effectCalled = 0;
22
23
constructor() {
24
effect(() => {
25
this.effectCalled++;
26
this.input();
27
});
28
}
29
}
30
31
const
fixture = TestBed.createComponent(TestCmp);
Callers
nothing calls this directly
Calls
2
effect
Function · 0.90
input
Method · 0.80
Tested by
no test coverage detected