AbstractControlOptions
Interface for options provided to an AbstractControl
.
Properties
validators
#
validators?: ValidatorFn|ValidatorFn[]|null
The list of validators applied to a control.
asyncValidators
#
asyncValidators?: AsyncValidatorFn|AsyncValidatorFn[]|null
The list of async validators applied to control.
updateOn
#
updateOn?: 'change'|'blur'|'submit'
The event name for control to update upon.