x-ng2-http-interceptor
Version:
Adds interception capability around angular http api
6 lines (5 loc) • 301 B
TypeScript
import { ConnectionBackend, RequestOptions } from '@angular/http';
import { InterceptorService } from './interceptor-service';
export declare function provideInterceptorService(backend: ConnectionBackend, defaultOptions: RequestOptions): InterceptorService;
export declare class InterceptorModule {
}