@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
19 lines (15 loc) • 934 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';
import { EnvironmentProviders } from '@angular/core';
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>;
}
declare const serviceCommandTabFeatureProvider: EnvironmentProviders;
export { ServiceCommandTabComponent, serviceCommandTabFeatureProvider };
//# sourceMappingURL=index.d.ts.map