![]() |
1
1
更新:
根据the
ngx-translate/core github
,the
订阅内的代码不会等待订阅下的代码,因为第一个是异步的,底部是同步的,所以你需要在订阅内移动代码,以获得一致的结果。 Synchronous vs Asynchronous JavaScript â Call Stack, Promises, and More |