The Wayback Machine - https://web.archive.org/web/20240920155602/https://angular.dev/api/forms/ValidatorFn/
@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;}
  
  
Jump to details
HTTPS · web.archive.org
← Home