@rxap/pipes
Version:
Provides a set of Angular pipes for common data transformations, including currency formatting, string manipulation, and object property access. These pipes offer standalone functionality for easy integration into Angular templates. The package includes p
8 lines (7 loc) • 354 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class GetFromObjectPipe implements PipeTransform {
transform(value: any, path: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<GetFromObjectPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<GetFromObjectPipe, "getFromObject", true>;
}