switchMap(() => this.http.get(url)) .map(res => res.json()) .timeout(config.REQUEST_TIMEOUT * 1000, new Error('Time out occurred')) }.
確定! 回上一頁