ionic和angular中使用rxjs的Observeble,其方法須要是private,否則build會出錯

private extractData(res : Response) {   let body  = res.json();   console.info(res.json());   return body || { }; } private handleError (error : any) {   // In a real world app, we might use a remote 
相關文章
相關標籤/搜索