If we do not have import 'rxjs/add/operator/map' in our code, then the following would not work: this.http .get(API_URL + '/todos') .map(response => { const ...
確定! 回上一頁