UNPKG
ng-http-interceptor
Version:
beta (3.0.0-rc.0)
latest (4.0.0)
4.0.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-rc.0
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.0.3
2.0.2
2.0.1
2.0.0
1.9.10
1.0.0
> Http Interceptor library for Angular
github.com/gund/ng-http-interceptor
gund/ng-http-interceptor
ng-http-interceptor
/
http
/
index.d.ts
8 lines
(7 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
'../rxjs'
;
export
*
from
'./module'
;
export
*
from
'./interceptable'
;
export
*
from
'./interceptable-http'
;
export
*
from
'./http-interceptor'
;
export
*
from
'./http-interceptor.service'
;
export
*
from
'./helpers/index'
;