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) 324 B
import { EChartsComponent } from "./e-charts/e-charts/e-charts.component"; import { NgxTMatrixTableComponent } from "./ngx-t-matrix-table/ngx-t-matrix-table.component"; import { ReportSheetComponent } from "./report-sheet/report-sheet.component"; export { NgxTMatrixTableComponent, ReportSheetComponent, EChartsComponent };