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 
相关文章
相关标签/搜索