📜  我如何在 Angular 中同时使用两个 api - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:27.190000             🧑  作者: Mango

代码示例1
how can i use two api at the same time in angular? First, we call one API to get user info, and then we call the other two APIs. We do this in a nested subscription so we can use the results from the first API call. This technique is fine for 2 or 3 requests