UNPKG

@coretech/ngx-international-phone-number

Version:

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

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