ngx-t-reports
Version:
Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.
9 lines (8 loc) • 574 B
TypeScript
import { PipeTransform } from '@angular/core';
import { DocumentLitsLabelConfigInterfaceValueType, FormColumnInputs, InputDataTypes } from 'ngx-t-forms-types';
import * as i0 from "@angular/core";
export declare class FormatDataPipe implements PipeTransform {
transform(value: any, dataType: DocumentLitsLabelConfigInterfaceValueType | InputDataTypes | undefined, pipeConfig?: FormColumnInputs['pipe'] | undefined): any;
static ɵfac: i0.ɵɵFactoryDeclaration<FormatDataPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<FormatDataPipe, "formatData", true>;
}