UNPKG

@sedeh/into-pipes

Version:

Have you ever wanted to transform data in different parts of your application into interactive objects without writing a single line of code?

12 lines (11 loc) 552 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PhonePipe implements PipeTransform { static transformationMethod(): (content: any, args: string[], callback?: any, data?: any) => any; phoneFromString(source: any, link: any, format: any): string; transform(source: any, ...args: any[]): any; private normalizeSource; private formattedSource; static ɵfac: i0.ɵɵFactoryDeclaration<PhonePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<PhonePipe, "phone", false>; }