UNPKG

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.

12 lines (11 loc) 812 B
import * as i0 from "@angular/core"; export { CookieStorage, LocalStorage, SessionStorage, SharedStorage, SharedStorage as TempStorage } from './decorator/webstorage'; export { WebStorageService, CookiesStorageService, LocalStorageService, SessionStorageService, SharedStorageService, SharedStorageService as TempStorageService } from './service/index'; export { WebStorageConfigInterface } from './config/index'; export { Webstorable, WebstorableArray, WebstorableObject } from './ngx-store.types'; export { NgxStorageEvent } from './utility/storage/storage-event'; export { Resource as NgxResource } from './service/resource'; export declare class WebStorageModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta<WebStorageModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDef<WebStorageModule>; }