MinLengthValidator
directive
A directive that adds minimum length validation to controls marked with the
minlength
attribute. The directive is provided with the NG_VALIDATORS
multi-provider list.
API
Usage Notes
class MinLengthValidator extends AbstractValidatorDirective {}
Jump to details