makeSomeRequestsToBank() { this.http.get('https://').pipe( switchMap(result => { // if status is recieved, start polling if (result.status ...
確定! 回上一頁