Google News
logo
Ionic - Interview Questions
How many types of storage are available in the Ionic framework?
Storage in Ionic Framework is a simple way of storing keys, values, and JSON objects. Engines of many types are employed in this storage. The storage for the web application will most likely be IndexedDB, WebSQL, and local storage. The ionic framework offers a variety of storage options. These are some of them.
 
* HTML5 local storage
* Cookie and session storage
* indexedDB
* WebSQL
* PouchDB
* Web Service/API storage
* Cordova storage.
Advertisement