ngx-store-9
Version:
Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.
9 lines (8 loc) • 350 B
TypeScript
import { WebStorageService } from './webstorage.service';
import * as i0 from "@angular/core";
export declare class SessionStorageService extends WebStorageService {
static keys: Array<string>;
constructor();
static ɵfac: i0.ɵɵFactoryDef<SessionStorageService, never>;
static ɵprov: i0.ɵɵInjectableDef<SessionStorageService>;
}