@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines • 817 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./operations-list.component";
import * as i2 from "./operations-list-item.component";
/**
* @deprecated Use `OperationsListComponent` and `OperationsListItemComponent` as standalone components.
*
* This module allows for displaying the list item details of single and bulk operations.
*/
export declare class OperationsListModule {
static ɵfac: i0.ɵɵFactoryDeclaration<OperationsListModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsListModule, never, [typeof i1.OperationsListComponent, typeof i2.OperationsListItemComponent], [typeof i1.OperationsListComponent, typeof i2.OperationsListItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<OperationsListModule>;
}
//# sourceMappingURL=operations-list.module.d.ts.map