-3

Reference Error: Dexie is not defined I haave attached the screenshot of the error. Anyone please help

Mohit Bajoria
  • 476
  • 1
  • 4
  • 15

2 Answers2

0

Make sure you've included dexie.js for your app. Seems you've only included ngDexie so far.

David Fahlander
  • 5,058
  • 1
  • 20
  • 19
0

When using ngDexie with bower or npm it will automaticly install the right (tested with ngDexie) version of dexie.js. I would recommend that way.

However if you inject it manual, you should also inject dexie manual.