Angular请求同步async、await、toPromise使用方式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Angular请求同步async、await、toPromise使用方式相关的知识,希望对你有一定的参考价值。
参考技术A 1、getData 执行完成2、initData 执行完成
3、constructor 执行完成
1、调用的最外层函数中使用 async 修饰;
2、在方法体中,使用 await 修饰要发送的同步请求;
3、getData 方法是为了返回同步请求的res。toPromise,将res转成Promise对象。
以上是关于Angular请求同步async、await、toPromise使用方式的主要内容,如果未能解决你的问题,请参考以下文章
Angular 6 Async-await 不适用于 http 请求
同步和异步 setTimeou(异步) async和await promise(疑惑点)