UNPKG

angular-interceptors

Version:

Useful interceptors for [Angular](https://github.com/angular/angular)

9 lines (8 loc) 270 B
import { ModuleWithProviders } from '@angular/core'; export { PREFIX } from './prefix-url.interceptor'; export declare class PrefixUrlInterceptorModule { /** * Prefix HTTP request urls. */ static forRoot(prefix: string): ModuleWithProviders; }