You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that we use the lib ngx-webstorage in order to access LocalStorage and SessionStorage.
I find it quite overkill as it's very easy to access those with plain JavaScript, that's why I suggest to remove this lib and replace it with vanilla JS.
I saw that we use the lib
ngx-webstorage
in order to access LocalStorage and SessionStorage.I find it quite overkill as it's very easy to access those with plain JavaScript, that's why I suggest to remove this lib and replace it with vanilla JS.
WDYT ? ping @qmonmert
The text was updated successfully, but these errors were encountered: