Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ state
Method
state
packages/forms/signals/src/field/context.ts:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
get state(): ReadonlyFieldState<unknown> {
120
return
this.node;
121
}
122
123
get value(): WritableSignal<unknown> {
124
return
this.node.structure.value;
Callers
8
form_field.spec.ts
File · 0.45
typeVerificationOnlyDoNotRunMe
Function · 0.45
nativeControlCreate
Function · 0.45
cvaControlCreate
Function · 0.45
FormField
Class · 0.45
reset
Method · 0.45
registerAsBinding
Method · 0.45
customControlCreate
Function · 0.45
Calls
no outgoing calls
Tested by
1
typeVerificationOnlyDoNotRunMe
Function · 0.36