angularjs2中的indexeddb实现

时间:2016-04-07 14:59:58

标签: typescript angular indexeddb

我正在寻找带有Angularjs2的indexeddb的实现。我遇到了这个api https://github.com/gilf/angular2-indexeddb;但是我目前在这个项目中看到的活动较少,而且看起来不像生产准备好了。是否有任何机构对Angularjs2的indexeddb api实现有更好的建议。 https://mozilla.github.io/localForage/似乎是一个不错的选择,但不确定它与Angularjs 2的集成。

1 个答案:

答案 0 :(得分:0)

嘿退房JsStore。它提供打字稿支持。因此,您可以轻松地使用angular2,angular4或任何打字技术。

这篇文章解释了如何在angular4中实现indexeddb crud操作 - http://ujjwalguptaofficial.blogspot.in/2017/10/angular4-crud-operation-in-indexeddb.html