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