my 'ng build --prod' keep fail.
'ng build --prod' error message:
ERROR in : Can't resolve all parameters for AngularIndexedDB in C:/.../node_modules/angular2-indexeddb/angular2-indexeddb.ts: (?, ?).
same as my 'ng serve' error message:
Error: Can't resolve all parameters for AngularIndexedDB: (?, ?).
my 'ng serve' can run if i try to add back '@Injectable()' command.
what should i do to solved this 'ng build --prod' problem?