UNPKG

ngx-t-reports

Version:

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

19 lines (18 loc) 372 B
export interface labelConfigurationInterface { label: string; formControlName: string; stepName: string | null; badge?: { true: { color: string; label: string; }; false: { color: string; label: string; }; }; valueType?: string; pipe?: string; type?: string; }