UNPKG

ng-phone-number

Version:

A simple international telephone number input. Allows you to create a phone number field with country dropdown with country names in your language.

9 lines (8 loc) 228 B
import { ElementRef } from '@angular/core'; export declare class OnlyNumberDirective { private el; onlyNumber: boolean; regexStr: string; constructor(el: ElementRef); onKeyDown(event: KeyboardEvent): void; }