Posts by sadjapa • 3 points
1 post
-
-1
votes1
answer79
viewsQ: How to store data sent from an API into a variable in IONIC 4?
I have a function in Ionic that receives an array from the API and shows the received data public info; async showinfo() { await this.authService.getInfo().subscribe( data=>{ this.info = data;…