angular-2-local-storage
angular-2-local-storage copied to clipboard
LocalStorageService for Angular 2 with the same API as angular-local-storage
The https://github.com/grevory/angular-local-storage#cookie have ``` localStorageService.cookie.set(key,val,10) ``` as example, but **cookie** doesn't exists in #**angular-2-local-storage**, at least not at this way.
Is it possible to add more use cases? 1. Getting object and cast to custom model 2. Set custom objet 3. Usage with RxJS
I had problem and i spent more time to resolve that issue: Solution: ``` SYSTEM_CONFIG_DEV: any = { defaultJSExtensions: true, packageConfigPaths: [ ... ], paths: { .... 'angular-2-local-storage': 'node_modules/angular-2-local-storage/dist/index.js', ......
I really don't want to configure anything when using local storage. It would be great if we could make the LOCAL_STORAGE_SERVICE_CONFIG provider optional
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...