Defines the map of errors returned from failed validation checks.
API
type ValidationErrors = {
[key: string]: any;
}
Defines the map of errors returned from failed validation checks.
type ValidationErrors = {
[key: string]: any;
}
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/forms/ValidationErrors