ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
16 lines (15 loc) • 729 B
TypeScript
import { ThemeService } from "./theme.service";
import { EmbedModeService } from "./embed-mode.service";
import { PwaInstallService } from "./pwa-install.service";
import { NewVersionService } from "./new-version.service";
import * as i0 from "@angular/core";
export declare class AppInitService {
private embedModeService;
private newVersionService;
private pwaInstallService;
private themeService;
constructor(embedModeService: EmbedModeService, newVersionService: NewVersionService, pwaInstallService: PwaInstallService, themeService: ThemeService);
initApp(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AppInitService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AppInitService>;
}