MinValidator
directive
A directive which installs the MinValidator
for any formControlName
,
formControl
, or control with ngModel
that also has a min
attribute.
API
Usage Notes
class MinValidator extends AbstractValidatorDirective {}
Jump to details