-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Angular 4.3 comes up with new HTTP tools, including HttpInterceptor !
More docs here
A simple call to a restangular method like :
this._restangular.all('foo').getList();
don't trigger the intercept method of HttpInterceptor :(
Specs from package.json :
"dependencies": { "@angular/animations": "^4.3.3", "@angular/cdk": "^2.0.0-beta.8", "@angular/common": "^4.3.3", "@angular/compiler": "^4.3.3", "@angular/core": "^4.3.3", "@angular/forms": "^4.3.3", "@angular/http": "^4.3.3", "@angular/material": "^2.0.0-beta.8", "@angular/platform-browser": "^4.3.3", "@angular/platform-browser-dynamic": "^4.3.3", "@angular/router": "^4.3.3", "angular2-logger": "^0.6.0", "angular2-moment": "^1.6.0", "bootstrap-sass": "^3.3.7", "core-js": "^2.5.0", "hammerjs": "^2.0.8", "ng2-toastr": "^4.1.2", "ngx-restangular": "^1.0.11", "ngx-webstorage": "^1.8.0", "rxjs": "^5.4.2", "zone.js": "^0.8.16" },