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?

11 lines (10 loc) 541 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ValueOfPipe implements PipeTransform { static transformationMethod(): (content: any, args: string[], callback?: any, data?: any) => any; valueOfSingle(source: any, key: string): any; valueOfMultiple(sources: any, key: string): any[]; transform(object: any, ...args: any[]): any; static ɵfac: i0.ɵɵFactoryDeclaration<ValueOfPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ValueOfPipe, "valueof", false>; }