UNPKG

@angular-generic-table/core

Version:
8 lines (7 loc) 434 B
import { PipeTransform } from '@angular/core'; import { GtConfigField } from '../interfaces/gt-config-field'; import { GtConfigSetting } from '../interfaces/gt-config-setting'; import { GtRow } from '../interfaces/gt-row'; export declare class GtPropertyPipe<R extends GtRow> implements PipeTransform { transform(config: GtConfigField<R, any>[] | GtConfigSetting[], objectKey: string, property: string, refresh?: boolean): any; }