angular-2-local-storage
angular-2-local-storage copied to clipboard
How can I set cookies?
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.