@johced wrote:
Hi! I'm trying out Ionic 2 since it's the future, I suppose.
this.local = new Storage(LocalStorage)
console.log(this.local.get('key'))above returns a promise.
How would I simple get the value?
alert(this.local.get('key')) // it will be "[object]" as result
Posts: 7
Participants: 3