UNPKG

ngx-store

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.

6 lines (5 loc) 244 B
import { WebStorageConfigInterface } from './config.interface'; import { Debugger } from 'ts-debug'; export { CONFIG_PREFIX } from './config.helper'; export declare const Config: WebStorageConfigInterface; export declare const debug: Debugger;