core/forms/min-validation.directive.ts
Validator
| Providers |
{ provide: NG_VALIDATORS, useExisting: MinValidationDirective, multi: true }
|
| Selector | [min] |
| Standalone | true |
Methods |
Inputs |
| min |
Type : string | number
|
Default value : ''
|
| validate | ||||||
validate(control: AbstractControl)
|
||||||
|
Parameters :
Returns :
literal type | null
|