UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

11 lines 580 B
import { ActionControlFactory, ActionControlHook } from '@c8y/ngx-components'; import { DeviceGridService } from '@c8y/ngx-components/device-grid'; import * as i0 from "@angular/core"; export declare class ActionControlsFactory implements ActionControlFactory { private deviceGridService; constructor(deviceGridService: DeviceGridService); get(): ActionControlHook; static ɵfac: i0.ɵɵFactoryDeclaration<ActionControlsFactory, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ActionControlsFactory>; } //# sourceMappingURL=action-controls.factory.d.ts.map