core/forms/phone-validation.directive.ts
Validator
Providers |
{ provide: NG_VALIDATORS, useExisting: PhoneValidationDirective, multi: true }
|
Selector | [c8yPhoneValidation] |
Properties |
Methods |
validate | ||||||
validate(control: AbstractControl)
|
||||||
Parameters :
Returns :
literal type | null
|
allowedCharactersPattern |
Default value : /^[/\d\-+ ]*$/
|