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.

6 lines (5 loc) 205 B
import { PipeTransform } from '@angular/core'; import { Country } from './country.model'; export declare class CountryPipe implements PipeTransform { transform(value: Country[], args?: string): any; }