Hi,
is it possible to use the Dexie Observable plugin with ngx-dexie?
The Idea is to have two browser tabs/windows stay in sync by observing changes to indexDB
Thanks!
Hi! I implemented it for my own use a few months ago. I already created a PR #3 but if you want to test it, I pushed it to npm with the package name ngx-dexie-observable.
Hi, is it possible to use the Dexie Observable plugin with ngx-dexie? The Idea is to have two browser tabs/windows stay in sync by observing changes to indexDB Thanks!