@webilix/ngx-helper-m3
Version:
Helper library for Angular and Material 3
13 lines (12 loc) • 576 B
TypeScript
import { PipeTransform } from '@angular/core';
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class NgxHelperMultiLinePipe implements PipeTransform {
private readonly domSanitizer;
constructor(domSanitizer: DomSanitizer);
transform(value?: string | null, options?: {
html?: boolean;
}): string | SafeHtml;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperMultiLinePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgxHelperMultiLinePipe, "ngxHelperMultiLine", true>;
}