UNPKG

@coretech/ngx-international-phone-number

Version:

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

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