ngx-mat-input-tel
Advanced tools
Comparing version 18.5.2 to 18.5.3
@@ -1,4 +0,2 @@ | ||
import { FormControl } from '@angular/forms'; | ||
export declare const ngxMatInputTelValidator: (control: FormControl) => { | ||
validatePhoneNumber: boolean; | ||
} | null; | ||
import { AbstractControl, ValidationErrors } from '@angular/forms'; | ||
export declare const ngxMatInputTelValidator: (control: AbstractControl) => ValidationErrors | null; |
{ | ||
"name": "ngx-mat-input-tel", | ||
"version": "18.5.2", | ||
"version": "18.5.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Raphaël Balet", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
525756
3250