UNPKG

ngx-t-reports

Version:

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

4 lines (3 loc) 199 B
import { InjectionToken } from "@angular/core"; import { NgxTReportsConfig } from "../../types/NgxTReportsConfig"; export declare const NGX_T_REPORTS_CONFIG_TOKEN: InjectionToken<NgxTReportsConfig>;