export directive MinLengthValidator
export directive MinLengthValidator
exported from angular2/common defined in angular2/src/common/forms/directives/validators.ts (line 56)
A directive which installs the MinLengthValidator for any ngControl,
ngFormControl, or control with ngModel that also has a minlength attribute.
Selectors
[minlength][ngControl]
[minlength][ngFormControl]
[minlength][ngModel]
Constructor
constructor(minLength: string)
constructor(minLength: string)Not Yet Documented
Members
validate(c: Control) : {[key: string]: any}
validate(c: Control) : {[key: string]: any}
Not Yet Documented