dscheerens / ngx-webstorage-service

Module for Angular that provides service wrappers for the Web Storage API
MIT License
65 stars 11 forks source link

SessionStorage used instead of LocalStorage #9

Closed SergioV85 closed 5 years ago

SergioV85 commented 5 years ago

In the latest version for both injection tokens used Session storage. Please, see this line of code: https://github.com/dscheerens/ngx-webstorage-service/commit/8786c26c1e0556fe5f9809a20230124172ff3b15#diff-0357eeed7350b48cbfb06c77e97c2c9bR36

dscheerens commented 5 years ago

Thanks for reporting the issue and also providing a fix! 👍

The PR has been merged and I have just released a new version that includes the fix (v4.0.1)