MCPcopy Index your code
hub / github.com/angular/angular / parseErrors

Method parseErrors

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

Source from the content-addressed store, hash-verified

173 }
174
175 get parseErrors(): Signal<ValidationError.WithFormField[]> {
176 return this.validationState.parseErrors;
177 }
178
179 get errorSummary(): Signal<ValidationError.WithFieldTree[]> {
180 return this.validationState.errorSummary;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected