@alauda-fe/common
Version:
Alauda frontend team common codes.
21 lines (20 loc) • 697 B
TypeScript
import { COLLAPSE_MENU_KEY, HIDE_HEADER_KEY, HIDE_MENU_KEY } from './constants';
import * as i0 from "@angular/core";
declare class IframeConfig {
[HIDE_MENU_KEY]?: string;
[HIDE_HEADER_KEY]?: string;
[COLLAPSE_MENU_KEY]?: string;
}
export declare class IframeConfigService {
private readonly iframeConfig$$;
get iframeConfig(): IframeConfig;
get isHideHeader(): boolean;
get isCollapseMenu(): boolean;
get isHideMenu(): boolean;
constructor();
private setIframeBasePageConfig;
private getParams;
static ɵfac: i0.ɵɵFactoryDeclaration<IframeConfigService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<IframeConfigService>;
}
export {};