@chikorr wrote:
i have a Promise which i used to get the stored data of in an Ionic storage
return new Promise(resolve => resolve(this._storage
.get("user")
.then(value => value)));and it prints out {"user-profile":"user","acct_no":"1234567890"}
how do u get the property value of acct_no?
Posts: 1
Participants: 1