ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
14 lines (13 loc) • 723 B
TypeScript
import { PwaInstallService } from '../_services/pwa-install.service';
import { MatBottomSheetRef } from "@angular/material/bottom-sheet";
import { BaseComponent } from "../base/base.component";
import * as i0 from "@angular/core";
export declare class PwaInstallComponent extends BaseComponent {
private bottomSheetRef;
private pwaInstallService;
constructor(bottomSheetRef: MatBottomSheetRef<PwaInstallComponent>, pwaInstallService: PwaInstallService);
doInstall(): void;
ignoreInstall(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PwaInstallComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PwaInstallComponent, "spaas-pwa-install", never, {}, {}, never, never, false, never>;
}