ngx-indexed-db icon indicating copy to clipboard operation
ngx-indexed-db copied to clipboard

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.

Results 30 ngx-indexed-db issues
Sort by recently updated
recently updated
newest added

Hi @assuncaocharles, what do you think if we expose a method that returns the current version of the db?

Hi @assuncaocharles, please merge this PR for publish new version.

Bumps [socket.io](https://github.com/socketio/socket.io) from 4.5.4 to 4.7.5. Release notes Sourced from socket.io's releases. 4.7.5 Bug Fixes close the adapters when the server is closed (bf64870) remove duplicate pipeline when serving bundle...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Bumps [ws](https://github.com/websockets/ws) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `ws` from 8.16.0 to 8.17.1 Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability...

dependencies

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

Hi Team , I am getting the below error everytime on my angular application after upgrading to v18.0.0 ``` Error: Uncaught (in promise): Event: {"isTrusted":true} at te (pxf_polyfills.js:1:15947) at pxf_polyfills.js:1:15028...

Using a temporary fix as below. export const appConfig: ApplicationConfig = { providers: [ NgxIndexedDBService, { provide: CONFIG_TOKEN, useValue: { [dbConfig.name]: dbConfig } }, ], };

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.10 Release notes Sourced from path-to-regexp's releases. Backtrack protection Fixed Add backtrack protection to...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies