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) • 702 B
TypeScript
import { Observable } from "rxjs";
import { NgxTMatrixTableStoreService } from "./ngx-tmatrix-table-store.service";
export declare function NgxTMatrixTableStoreEffects(store: NgxTMatrixTableStoreService): {
exportData: (observableOrValue?: void | Observable<void> | undefined) => import("rxjs").Subscription;
mainShowChart: (observableOrValue?: void | Observable<void> | undefined) => import("rxjs").Subscription;
foldUnFoldGroup: ((observableOrValue?: any) => import("rxjs").Subscription) | ((observableOrValue: any) => import("rxjs").Subscription);
showReport: ((observableOrValue?: any) => import("rxjs").Subscription) | ((observableOrValue: any) => import("rxjs").Subscription);
};