Storage in Ionic 2

Опубликовано: 31 Май 2026
на канале: Anish
2,239
10

Storage in ionic 2 can be used to store data key/value pairs. We can also store JSON Objects. This Storage can work using many storage engines, here it will choose the best based on the platform. If the application runs in native platfrom it will use SQLite where as if it is in browser it uses IndexedDB or WebSQL. Visit http://www.codeexpertz.com/blog/mobil... for clarifications