How do I make processData function wait for the results from my getData function in Angular?

前端 未结 0 1190
独厮守ぢ
独厮守ぢ 2020-12-18 03:56

My getData function makes an api call, then puts each returned object into an array. The array is then returned. I now need my processData function to await the results from

相关标签:
回答
  • 消灭零回复
提交回复
热议问题