MCPcopy
hub / github.com/angular/angular / errorSummary

Method errorSummary

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

Source from the content-addressed store, hash-verified

177 }
178
179 get errorSummary(): Signal<ValidationError.WithFieldTree[]> {
180 return this.validationState.errorSummary;
181 }
182
183 get pending(): Signal<boolean> {
184 return this.validationState.pending;

Callers 5

field_node.spec.tsFile · 0.80
submit.spec.tsFile · 0.80
initWebMcpFormFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected