ng-http-interceptor
ng-http-interceptor copied to clipboard
Http Interceptor library for Angular
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...
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....