Type Alias ValidatorFn<T, E>

ValidatorFn: (control: AbstractControl<T>) => ValidationErrors<E> | null

Type Parameters

  • T = any
  • E = any

Type declaration