assuncaocharles / ngx-indexed-db

A service that wraps IndexedDB database in an Angular service. It exposes very simple observables API to enable the usage of IndexedDB without most of it plumbing.
ngx-indexed-db.vercel.app
MIT License
171 stars 61 forks source link

Support Angular v18 #393

Closed danipavic closed 2 months ago

danipavic commented 3 months ago

Description As the title says, please add support for Angular v18.

aparzi commented 3 months ago

Hi @danipavic, we will try to do it as soon as possible.

Thanks for your feedback.

aparzi commented 3 months ago

Hi @danipavic, I have open a PR for to support Angular 18. #394

aparzi commented 2 months ago

Hi @danipavic, support for Angular 18 is now available.

if everything is ok you can close the issue. Thank you

danipavic commented 2 months ago

Thanks!