@shepard wrote:
In ionic2, what is the best way to work with arrays in LocalStorage?
I used to use ngStorage - can this still work and if so, how to import and use it in Ionic2?
I've tried: import {StorageService} from 'ngStorage'; with no luck.I can use import {Storage} from 'ionic-angular'; but am hearing it is not so convenient for arrays.
Also, not sure if angular-local-storage works with Ionic2 or not. I am having no luck.
Any advice appreciated.
Posts: 4
Participants: 2