UNPKG

gplink

Version:

This is a Angular Library which provide pipe to convert the url, email and mobile number to link format by using linkifyjs.

6 lines (5 loc) 237 B
import { PipeTransform } from '@angular/core'; export declare class GplinkPipe implements PipeTransform { transform(value: any, args?: any): any; getAnchoredNumber(value: any, userRegex: any, isContainPlusSign: any): any; }