dart-wakar / ngx-dexie

A simple utility library to handle IndexedDb transactions in Angular 2.0+ projects
9 stars 7 forks source link

Dexie Observable Plugin #1

Open centigradeclemensP opened 6 years ago

centigradeclemensP commented 6 years ago

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!

rosostolato commented 4 years ago

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.