In order to match the angular standalone api, I added a new provideNgxWebstorage function, alongside a withNgxWebstorageConfiguration, withLocalStorage and withSessionStorage feature functions.
It has been developped, following the angular code style on this kind of functions (like provideHttpClient for example).
In order to match the angular standalone api, I added a new
provideNgxWebstorage
function, alongside awithNgxWebstorageConfiguration
,withLocalStorage
andwithSessionStorage
feature functions. It has been developped, following the angular code style on this kind of functions (likeprovideHttpClient
for example).