ng-hub-ui-table
Version:
Highly customizable Angular table and list components with pagination, sorting and filtering support.
13 lines (12 loc) • 555 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class GetPipe implements PipeTransform {
/**
* @param value The object to retrieve the property from.
* @param path The dot-separated path string to the property.
* @param defaultValue The value to return if the property is not found.
*/
transform(value: any, path: string, defaultValue?: any): any;
static ɵfac: i0.ɵɵFactoryDeclaration<GetPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<GetPipe, "get", true>;
}