UNPKG

@sedeh/into-pipes

Version:

Have you ever wanted to transform data in different parts of your application into interactive objects without writing a single line of code?

10 lines (9 loc) 491 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NoticePipe implements PipeTransform { static transformationMethod(): (content: any, args: string[], callback?: any, data?: any) => any; noticeString(source: string, message: string): string; transform(source: any, ...args: any[]): any; static ɵfac: i0.ɵɵFactoryDeclaration<NoticePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NoticePipe, "notice", false>; }