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
/
public_api.d.ts
4 lines
(3 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
export
{
CacheInterceptorModule
,
MAX_AGE_MS
}
from
'./src/cache.module'
;
export
{
EnsureHttpsInterceptorModule
}
from
'./src/ensure-https.module'
;
export
{
PREFIX
,
PrefixUrlInterceptorModule
}
from
'./src/prefix-url.module'
;