MCPcopy Create free account
hub / github.com/angular/angular / pending

Method pending

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

Source from the content-addressed store, hash-verified

181 }
182
183 get pending(): Signal<boolean> {
184 return this.validationState.pending;
185 }
186
187 get valid(): Signal<boolean> {
188 return this.validationState.valid;

Callers 9

interop.spec.tsFile · 0.45
form_field.spec.tsFile · 0.45
submit.spec.tsFile · 0.45
resource.spec.tsFile · 0.45
compat.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected