@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
10 lines (9 loc) • 522 B
TypeScript
import { ConnectionManager } from '@microsoft/windows-admin-center-sdk/core/security/connection-manager';
import { GatewayService } from './gateway.service';
import { RpcService } from './rpc.service';
import * as i0 from "@angular/core";
export declare class ConnectionService extends ConnectionManager {
constructor(rpc: RpcService, gatewayService: GatewayService);
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ConnectionService>;
}