@melonwd/ngx-store-barebones
v1.0.5
Published
This repo overrides or provides functionality from ngx-store that can be usable within a native instance.
Downloads
14
Keywords
Readme
Created with typescript-library-starter.
This repo overrides or provides functionality from ngx-store that can be usable within a native instance.
It should follow and match ngx-store's members exactly so to require no code changes outside of this repo and the tsconfig.
Supported:
@LocalStorage decorator interacts directly with localStorage and uses getter/setter syntax to listen for change events.
SessionStorageService is exported, and is a direct map (get/set) to localStorage.get/setItem.
LocalStorageService is exported, and is a direct map (get/set) to localStorage.get/setItem.
