stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
12 lines (11 loc) • 489 B
TypeScript
import { ModelService } from './model.service';
import { PageService } from './page.service';
import * as i0 from "@angular/core";
export declare class FullScreenService {
model: ModelService;
pageService: PageService;
constructor(model: ModelService, pageService: PageService);
changeFullScreenMode(fullScreenMode: boolean): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FullScreenService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FullScreenService>;
}