UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

17 lines (16 loc) 688 B
import { RpcOverlayOpenSubject } from '@microsoft/windows-admin-center-sdk/core/rpc/overlay/rpc-overlay-open-subject-server'; import { RpcService } from './rpc.service'; import * as i0 from "@angular/core"; export declare class RpcShellService { private rpcService; private overlayOpenSubjectServer; /** * Initializes a new instance of the RpcShellService class. * * @param rpcService the gateway service. */ constructor(rpcService: RpcService); get overlayOpenSubject(): RpcOverlayOpenSubject; static ɵfac: i0.ɵɵFactoryDeclaration<RpcShellService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RpcShellService>; }