btroncone / ngrx-store-localstorage

Simple syncing between @ngrx store and local storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie as a storage

VladimirHumeniuk opened this issue · comments

commented

Is it possible to use cookie instead of localStorage? If so, is there any examples?

No it is not possible to use cookies. Just localStorage and sessionStorage. See Web Storage API interface.

Do you have a use-case that requires the use of cookies?