systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
8 lines (7 loc) • 353 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DataFilterPipe implements PipeTransform {
transform(input: any[], searchString: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<DataFilterPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DataFilterPipe, "datafilter", false>;
}