@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
19 lines • 1.23 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./single-operation-item.component";
import * as i2 from "@c8y/ngx-components";
import * as i3 from "ngx-bootstrap/popover";
import * as i4 from "@angular/router";
import * as i5 from "ngx-bootstrap/tooltip";
import * as i6 from "./single-operations-list.component";
/**
* This module allows for displaying the list of single operations in a bulk operations details.
*
* @deprecated This module is deprecated and will be removed in a future version. I
* nstead, use the `SingleOperationsListComponent` as a standalone component directly.
*/
export declare class BulkSingleOperationsListModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BulkSingleOperationsListModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkSingleOperationsListModule, [typeof i1.SingleOperationItemComponent], [typeof i2.CoreModule, typeof i3.PopoverModule, typeof i4.RouterModule, typeof i5.TooltipModule, typeof i6.SingleOperationsListComponent], [typeof i6.SingleOperationsListComponent, typeof i1.SingleOperationItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BulkSingleOperationsListModule>;
}
//# sourceMappingURL=bulk-single-operations-list.module.d.ts.map