ValidatorFn
A function that receives a control and synchronously returns a map of validation errors if present, otherwise null.
interface ValidatorFn {
(control: AbstractControl): ValidationErrors | null
}
方法
参数
返回值
|