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.
7 lines (6 loc) • 389 B
TypeScript
export { WebStorageService } from './webstorage.service';
export { LocalStorageService } from './local-storage.service';
export { SessionStorageService } from './session-storage.service';
export { CookiesStorageService } from './cookies-storage.service';
export { SharedStorageService } from './shared-storage.service';
export { WebStorageServiceInterface } from './webstorage.interface';