1.

How many Types of Storage Available in Ionic Framework?

Answer»

The easiest method to STORE key or values and JSON objects are called as storage in the Ionic framework. In these VARIOUS storages, engines are used. While in CASE of a web application, the storage will TEND to use IndexedDB, WebSQL, and local storage. Various storages are available in ionic framework. Some of them are as follows:

  • HTML local storage
  • Cookie and session storage
  • indexedDB
  • WebSQL
  • PouchDB
  • Webservice/API storage
  • Cordova storage.


Discussion

No Comment Found