Validator
interface
An interface implemented by classes that perform synchronous validation.
API
Usage Notes
interface Validator {}
validate
ValidationErrors | null
Method that performs synchronous validation against the provided control.
@returns
ValidationErrors | null
registerOnValidatorChange
void
Registers a callback function to call when the validator inputs change.
@paramfn
() => void
The callback function
@returns
void
Jump to details