import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UofxSafeNewlinePipe implements PipeTransform { /** * 用途說明 * 只會將換行轉成
,其他 HTML 標籤都會被 escape,不會有 XSS 風險,也不會有其他 HTML 效果。 * 使用端用 [innerHTML] */ transform(value: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }