UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

21 lines 1.45 kB
import { Route } from '@c8y/ngx-components'; import * as i0 from "@angular/core"; import * as i1 from "./bulk-operations-list.component"; import * as i2 from "./modals/bulk-operations-modal.component"; import * as i3 from "@c8y/ngx-components"; import * as i4 from "ngx-bootstrap/popover"; import * as i5 from "ngx-bootstrap/tooltip"; import * as i6 from "@c8y/ngx-components/operations/status-filter"; import * as i7 from "@c8y/ngx-components/operations/bulk-operation-scheduler"; import * as i8 from "@c8y/ngx-components/operations/bulk-operation-list-item"; import * as i9 from "@angular/router"; export declare const bulkOperationListRoutes: Route[]; /** * This module allows for displaying the list of bulk operations and their details. */ export declare class BulkOperationsListModule { static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsListModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationsListModule, [typeof i1.BulkOperationsListComponent, typeof i2.BulkOperationsModalComponent], [typeof i3.CoreModule, typeof i4.PopoverModule, typeof i5.TooltipModule, typeof i6.StatusFilterModule, typeof i7.BulkOperationSchedulerModule, typeof i8.BulkOperationListItemModule, typeof i9.RouterModule], [typeof i1.BulkOperationsListComponent, typeof i2.BulkOperationsModalComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<BulkOperationsListModule>; } //# sourceMappingURL=bulk-operations-list.module.d.ts.map