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.

7 lines (6 loc) 222 B
export * from './phone-number.module'; export * from './country.model'; export * from './country.service'; export * from './country.pipe'; export * from './phone-number.component'; export * from './only-number.directive';