在angularjs中,我們有http攔截器$httpProvider.interceptors.push('myHttpInterceptor');通過它,我們可以連接到所有http調用,并顯示或隱藏加載欄,進行日志記錄等。什么是angular2中的等價物? 查看完整描述