1.0.5 • Published 7 years ago

@melonwd/ngx-store-barebones v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago