1.0.5 • Published 6 years ago

@melonwd/ngx-store-barebones v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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.

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago