Options used to create a ValidationError.
API
interface ValidationErrorOptions {
message?: string | undefined;
}
message
string | undefinedHuman readable error message.
Options used to create a ValidationError.
interface ValidationErrorOptions {
message?: string | undefined;
}
string | undefinedHuman readable error message.
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/signals/ValidationErrorOptions