UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

18 lines 1.05 kB
export * from './dashboard.module'; export * from './widgets-dashboard.component'; export * from './dashboard.component'; export * from './dashboard.model'; export * from './widget-change-event.model'; export * from './dashboard-child.component'; export * from './dashboard-child-action.component'; export * from './dashboard-child-change'; export * from './dashboard-child-title.component'; export * from './wiget-time-context/widget-time-context.component'; export * from './wiget-time-context/widget-time-context.model'; export * from './wiget-time-context/widget-time-context-date-range.service'; export * from './widget-auto-refresh-context/widget-auto-refresh-context.model'; export * from './widget-auto-refresh-context/widget-global-auto-refresh.service'; export * from './widget-auto-refresh-context/global-refresh-loading.operator'; export * from './wiget-time-context/aggregation-picker/aggregation-picker.component'; export * from './wiget-time-context/realtime-control/realtime-control.component'; //# sourceMappingURL=index.d.ts.map