@angular/forms

Validator

interface

An interface implemented by classes that perform synchronous validation.

  
    interface Validator {  optional registerOnValidatorChange(fn: () => void): void;}}
  
  
Jump to details