ccgman123

Results 4 comments of ccgman123

@nponiros thanks. Would the sync client package work with angular 4+ ? I have followed the same pattern from your dexie angular example from a year ago. ` import {...

That was exactly the error I was getting. It works now. Thanks

I have been having the same issue. line 194 of dexie-relationships/dist/index.js is `var record = lookup[foreignKey]` I switched it to the following and it fixed the issue. `var record =...