UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

18 lines (17 loc) 658 B
import { Observable } from 'rxjs'; import { EmbedModeModel } from '../_models/embed-mode.model'; import * as i0 from "@angular/core"; export declare class EmbedModeService { readonly POST_MESSAGE_GETTHEME = "getTheme"; private embedMode; private embedMode$; embeddedWindow: Window | null; private static getIframeParent; setEmbedMode(): void; private newEmbedMode; onNewEmbedMode(): Observable<EmbedModeModel>; getEmbedMode(): EmbedModeModel; getEmbeddedWindow(): Window | null; static ɵfac: i0.ɵɵFactoryDeclaration<EmbedModeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<EmbedModeService>; }