MCPcopy
hub / github.com/angular/angular / formFieldBindings

Method formFieldBindings

packages/forms/signals/src/field/node.ts:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217 }
218
219 get formFieldBindings(): Signal<readonly FormField<unknown>[]> {
220 return this.nodeState.formFieldBindings;
221 }
222
223 get submitting(): Signal<boolean> {
224 return this.submitState.submitting;

Callers 6

getBindingForFocusMethod · 0.95
_resetMethod · 0.95
form_field.spec.tsFile · 0.80
getFirstBoundElementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected