ngx-linky
Version:
Angular pipe to find links in text input and turn them into html links
8 lines (7 loc) • 346 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./linky.pipe";
export declare class LinkyModule {
static ɵfac: i0.ɵɵFactoryDeclaration<LinkyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<LinkyModule, [typeof i1.LinkyPipe], never, [typeof i1.LinkyPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<LinkyModule>;
}