Ionic 6 storage service for CRUD with Capacitor Preferences API

preview_player
Показать описание
Most apps need to persist and read local data. Watch a demo created to perform CRUD for persistent local data storage/retrieval using ionic service and the Preferences API.

More Tutorials

#ionic6 #ionicstorage #Ionic #Angular #ionicframework #Capacitor #localstorage #indexdb #ionicService #preferences
Рекомендации по теме
Комментарии
Автор

hi, What is the difference between localstorage, storage ionic or preferences capacitor? in all I have the same result saving keys => value. Thanks

danielchirinosr
Автор

What is the difference in use case between this.storage.delete and this.storage.clear?

diltongoh
Автор

Can you check if your data is getting stored in your device? Local storage is not working on the device, however its working on the browser. Let me know if that works for you.

KiranRaiChamling