Posts by Luis Fernando Pimenta • 116 points
1 post
-
0
votes1
answer357
viewsA: How to send data to a modal in Ionic 3 from a Storage?
Try this : var object = navParams.get('sessoes'); this.sessao = {}; this.sessao.data = object["data"]; this.sessao.weight = object["weight"]; this.sessao.sessoes = object["sessoes"];…