using Rxjs to request data in Angular4.x, it is found that multiple requests will result in 1 request times, which will greatly affect performance. At present, we can only use the most clumsy order to declare the corresponding Subscription objects one b...