ngx-dynamic-dashboard
Version:
an dashboard lib for angular 10
56 lines (55 loc) • 3.21 kB
TypeScript
export * from './dashboard/configuration/tab-options/options-configuration-tab.component';
export * from './dashboard/configuration/tab-boards/boards-configuration-tab.component';
export * from './dashboard/configuration/configuration-component';
export * from './dashboard/configuration/tab-options/service';
export * from './dashboard/configuration/configuration.module';
export * from './dashboard/menu/menu-service';
export * from './dashboard/menu/menu.component';
export * from './dashboard/menu/menu.module';
export * from './dashboard/board/board.component';
export * from './dashboard/board/board.module';
export * from './dashboard/grid/cell.component';
export * from './dashboard/grid/grid.component';
export * from './dashboard/grid/grid.service';
export * from './dashboard/grid/grid.module';
export * from './dashboard/add-gadget/service';
export * from './dashboard/add-gadget/gadget-factory';
export * from './dashboard/add-gadget/add-gadget-component';
export * from './dashboard/add-gadget/add-gadget.module';
export * from './dashboard/gadgets/_common/gadget-header-component';
export * from './dashboard/gadgets/_common/gadget-operation-control-component';
export * from './dashboard/gadgets/_common/help-modal-component';
export * from './dashboard/gadgets/_common/vis-drill-down-component';
export * from './dashboard/gadgets/_common/gadget-property.service';
export * from './dashboard/gadgets/_common/gadget-shared.module';
export * from './dashboard/facet/capitalize-first-character-pipe';
export * from './dashboard/facet/facet-component';
export * from './dashboard/facet/facet-tag-processor';
export * from './dashboard/facet/filter-list-component';
export * from './dashboard/facet/filter-tag-component';
export * from './dashboard/facet/facet.module';
export * from './dashboard/detail/detail.module';
export * from './dashboard/detail/service';
export * from './dashboard/detail/filter.pipe';
export * from './dashboard/detail/detail.component';
export * from './dashboard/notification/notification-service';
export * from './dashboard/notification/notification-component';
export * from './dashboard/notification/notificationDetail.component';
export * from './dashboard/typeahead-input/typeahead-input.component';
export * from './dashboard/typeahead-input/typeahead-input.module';
export * from './dashboard/toast/toast.component';
export * from './dashboard/toast/toast.module';
export * from './dashboard/layout/layout-component';
export * from './dashboard/layout/layout.module';
export * from './dashboard/about/service';
export * from './dashboard/about/about-component';
export * from './dashboard/about/about.module';
export * from './dashboard/dynamic-form/dynamic-form-property.component';
export * from './dashboard/dynamic-form/dynamic-form.component';
export * from './dashboard/dynamic-form/dynamic-form-module';
export * from './dashboard/gadgets/_common/gadget-base';
export * from './dashboard/gadgets/_common/gadget-config-model';
export * from './dashboard/gadgets/_common/gadget-property.service';
export * from './dashboard/error/error-handler.component';
export * from './dashboard/error/error.module';
export * from './dashboard/services/runtime.service';