@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
14 lines (13 loc) • 567 B
TypeScript
import { FrameConnection } from '@microsoft/windows-admin-center-sdk/core/frame/frame-connection';
import { RpcService } from './rpc.service';
import * as i0 from "@angular/core";
export declare class FrameService extends FrameConnection {
/**
* Initializes a new instance of the FrameService class.
*
* @param rpcService the RpcService class instance injected.
*/
constructor(rpc: RpcService);
static ɵfac: i0.ɵɵFactoryDeclaration<FrameService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FrameService>;
}