ngx-linkifyjs-v2
Version:
Angular wrapper for linkifyjs - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs
9 lines (8 loc) • 442 B
TypeScript
import { PipeTransform } from '@angular/core';
import { NgxLinkifyOptions } from '../interfaces/ngx-linkifyjs.interface';
import * as i0 from "@angular/core";
export declare class NgxLinkifyjsPipe implements PipeTransform {
transform(value: string, options?: NgxLinkifyOptions): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxLinkifyjsPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgxLinkifyjsPipe, "linkify", false>;
}