UNPKG

x-ng2-http-interceptor

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