@rfprodz/client-pwa-offline
Version:
PWA offline feature for Angular clients.
16 lines (15 loc) • 823 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/pwa-offline/pwa-offline.component";
import * as i2 from "@angular/common";
import * as i3 from "@angular/material/icon";
import * as i4 from "@angular/material/button";
import * as i5 from "./pwa-offline-routing.module";
/**
* PWA offline module.
* Provides an interceptor that redirects to a dedicated view when the app goes offline.
*/
export declare class AppPwaOfflineModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AppPwaOfflineModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AppPwaOfflineModule, [typeof i1.AppPwaOfflineComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.AppPwaOfflineRoutingModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<AppPwaOfflineModule>;
}