UNPKG

ngx-t-reports

Version:

Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.

5 lines (4 loc) 259 B
import { NgxTReportsConfig } from "./NgxTReportsConfig"; import { labelConfigurationInterface } from "./pageListLabels"; import { IAppReport, IReportSheet } from "./report"; export { IAppReport, IReportSheet, NgxTReportsConfig, labelConfigurationInterface };