@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
16 lines (15 loc) • 698 B
TypeScript
import { SettingsManager } from '@microsoft/windows-admin-center-sdk/core/data/settings-manager';
import { GatewayService } from './gateway.service';
import { RpcService } from './rpc.service';
import * as i0 from "@angular/core";
export declare class SettingsService extends SettingsManager {
/**
* Initializes a new instance of the SettingsService class.
*
* @param rpcService the rpc service.
* @param gatewayService the gateway service.
*/
constructor(rpcService: RpcService, gatewayService: GatewayService);
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SettingsService>;
}