Angular请求同步async、await、toPromise使用方式

Angular请求同步async、await、toPromise使用方式,第1张

1、getData 执行完成

2、initData 执行完成

3、constructor 执行完成

1、调用的最外层函数中使用 async 修饰;

2、在方法体中,使用 await 修饰要发送的同步请求;

3、getData 方法是为了返回同步请求的res。toPromise,将res转成Promise对象。

Angular 4中的并行HTTP请求(Parallel HTTP requests...

2022年6月25日what is the best way to issue a call to the REST service (via Angular service) for each element in that array. ...


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/6683261.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-26
下一篇 2023-03-26

发表评论

登录后才能评论

评论列表(0条)

保存