ng-http-interceptor icon indicating copy to clipboard operation
ng-http-interceptor copied to clipboard

Http Interceptor library for Angular

Results 5 ng-http-interceptor issues
Sort by recently updated
recently updated
newest added

Angular 5 introduced new `@angular/common/http` library so we need to support it in some way. 1. First approach: - Deprecate current `HttpInterceptorModule` - Create new module which will provide interception...

enhancement

Hey, I've got the following issue. I'm importing the http-intercpetor module in my app.module. Everything is fine inside the app-module but for lazy loaded module all http requests are send...

I have imported HttpModule and HttpInterceptorModule, and created an interceptor service: ``` import { Injectable } from '@angular/core'; import { Http } from '@angular/http'; import { HttpInterceptorService } from 'ng-http-interceptor';...

So that everybody may know that contributions are welcomed =) and they can see what are the basic rules to follow to make our life easier and contributed PRs merged....

enhancement
contribution