This should do the trick for you. this.users$ = this.http.getUsers(criteria).pipe( switchMap(user => this.http.getUserData(user.id).pipe( ...
確定! 回上一頁