MCPcopy 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.tsFile · 0.45
nativeControlCreateFunction · 0.45
cvaControlCreateFunction · 0.45
FormFieldClass · 0.45
resetMethod · 0.45
registerAsBindingMethod · 0.45
customControlCreateFunction · 0.45

Calls

no outgoing calls

Tested by 1