UNPKG
angular-interceptors
Version:
latest (3.0.2)
3.0.2
2.1.0
2.0.4
2.0.3
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Useful interceptors for [Angular](https://github.com/angular/angular)
angular-interceptors
/
prefix-url.module.d.ts
9 lines
(8 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ModuleWithProviders
}
from
'@angular/core'
;
export
{
PREFIX
}
from
'./prefix-url.interceptor'
;
export
declare
class
PrefixUrlInterceptorModule
{
/** * Prefix HTTP request urls. */
static
forRoot
(
prefix
:
string
):
ModuleWithProviders
; }