PillowPillow / ng2-webstorage

Localstorage and sessionstorage manager - Angular service
MIT License
428 stars 91 forks source link

feat(provider): add a new provider function alongside its feature functions, to match angular v15+ #188

Closed LcsGa closed 4 months ago

LcsGa commented 6 months ago

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).

LcsGa commented 6 months ago

Hi @PillowPillow, how can I resolve this ci check issue?

PillowPillow commented 4 months ago

Thx for your PR, i merged your work in main. It will be available from v18.0.0