UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

9 lines (8 loc) 396 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SearchFilterPipe implements PipeTransform { transform(items: any[], searchText: string, ele?: any): any[]; private searchItems; static ɵfac: i0.ɵɵFactoryDeclaration<SearchFilterPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<SearchFilterPipe, "searchFilter", true>; }