@rfprodz/client-pwa-offline
Version:
PWA offline feature for Angular clients.
17 lines (16 loc) • 622 B
TypeScript
import { Location } from '@angular/common';
import * as i0 from "@angular/core";
/**
* PWA offline component.
* Displays a view that notifies the user of the offline network status.
*/
export declare class AppPwaOfflineComponent {
readonly location: Location;
constructor(location: Location);
/**
* Loads a previous route that failed to load due to offline status.
*/
back(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AppPwaOfflineComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AppPwaOfflineComponent, "app-pwa-offline", never, {}, {}, never, never, false, never>;
}