UNPKG

@omostan/ngx-idle

Version:

A module for responding to idle users in Angular applications. this is a forked version of the original @ng-Idle

13 lines 469 B
import * as i0 from "@angular/core"; export declare class LocalStorage { private storage; constructor(); private getStorage; getItem(key: string): string | null; removeItem(key: string): void; setItem(key: string, data: string): void; _wrapped(): Storage; static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorage, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorage>; } //# sourceMappingURL=localstorage.d.ts.map