@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 764 B
TypeScript
import { ActivatedRoute } from '@angular/router';
import { ActionControl, ContextRouteService } from '@c8y/ngx-components';
import { Service, ServiceCommandService } from '@c8y/ngx-components/services/shared';
import * as i0 from "@angular/core";
export declare class ServiceCommandTabComponent {
service: Service;
actions: ActionControl[];
constructor(commandService: ServiceCommandService, contextRouteService: ContextRouteService, activatedRoute: ActivatedRoute);
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceCommandTabComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceCommandTabComponent, "c8y-service-command-tab", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=service-command-tab.component.d.ts.map