UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

8 lines (7 loc) 342 B
import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export declare class RemoveLineBreaksPipe implements PipeTransform { transform(str: string): string; static ɵfac: i0.ɵɵFactoryDef<RemoveLineBreaksPipe, never>; static ɵpipe: i0.ɵɵPipeDefWithMeta<RemoveLineBreaksPipe, "removeLineBreaks">; }