• Overview
@angular/forms

ValidatorFn

interface

A function that receives a control and synchronously returns a map of validation errors if present, otherwise null.

  
    interface ValidatorFn {  (control: AbstractControl<any, any>): ValidationErrors | null;}
  
  
@paramcontrolAbstractControl<any, any>
@returnsValidationErrors | null
Jump to details