Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ value
Method
value
packages/forms/signals/src/field/node.ts:163–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
get value(): WritableSignal<unknown> {
164
return
this.structure.value;
165
}
166
167
get keyInParent(): Signal<string | number> {
168
return
this.structure.keyInParent;
Callers
2
FieldNode
Class · 0.95
_reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected