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