Indexeddb implementation in angularjs2

I am looking for an implementation of indexeddb with Angularjs2. I came across this api https://github.com/gilf/angular2-indexeddb ; however, at present I see less activity in this project and it does not look ready for production. Any authority has a better recommendation for implementing indexeddb api for Angularjs2. https://mozilla.imtqy.com/localForage/ seems like a good option, but not sure about its integration with Angularjs 2.

+4
source share
1 answer

Hi JsStore . It provides typescript support. Thus, you can easily use its angular2, angular4 or any typescript technology.

Here is an article explaining how to implement indexeddb crud operation in angular4 - http://ujjwalguptaofficial.blogspot.in/2017/10/angular4-crud-operation-in-indexeddb.html

0
source

All Articles