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

Method valid

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

Source from the content-addressed store, hash-verified

185 }
186
187 get valid(): Signal<boolean> {
188 return this.validationState.valid;
189 }
190
191 get invalid(): Signal<boolean> {
192 return this.validationState.invalid;

Callers 12

form.spec.tsFile · 0.45
field_node.spec.tsFile · 0.45
resource.spec.tsFile · 0.45
compat.spec.tsFile · 0.45
hidden.spec.tsFile · 0.45
onSubmitMethod · 0.45
set-version.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected