PillowPillow / ng2-webstorage

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

Add support for Angular 11 #145

Closed patrickrioux closed 2 years ago

patrickrioux commented 3 years ago

Please add support for Angular 11 to avoid those warnings. I will test if the component will work on A11. Thanks.

npm WARN ngx-webstorage@6.0.0 requires a peer of @angular/common@^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ngx-webstorage@6.0.0 requires a peer of @angular/core@^10.0.0 but none is installed. You must install peer dependencies yourself.

tobiasmuecksch commented 3 years ago

This issue can be closed, since it works perfectly fine with angular 12 as of now.