Interface Overview
interface Validator {
validate
(c: AbstractControl) : {[key: string]: any}
registerOnValidatorChange
(fn: () => void) : void
}
Interface Description
An interface that can be implemented by classes that can act as validators.
Usage
Interface Details
exported from @angular/forms/index, defined in @angular/forms/src/directives/validators.ts