Validator

Stable

Interface

Interface Overview

interface Validator {
validate(c: AbstractControl) : ValidationErrors|
null 
registerOnValidatorChange(fn: () => void) : void

}

Interface Description

Interface Details

exported from forms/index, defined in forms/src/directives/validators.ts