UNPKG

angular-linky

Version:

Angular pipe to find links in text input and turn them into html links

5 lines (4 loc) 160 B
import { PipeTransform } from '@angular/core'; export declare class LinkyPipe implements PipeTransform { transform(value: string, options?: any): string; }