UNPKG

ems-web-app-pipes

Version:

This angular.io module includes three pipes freuently used in our web applications.

9 lines (8 loc) 429 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PropsPipe implements PipeTransform { transform(content: any[], property: string, operator: string, comparisonProperty: any): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<PropsPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<PropsPipe, "props">; static ɵprov: i0.ɵɵInjectableDeclaration<PropsPipe>; }