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
/
src
/
ensure-https.module.d.ts
8 lines
(7 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { ModuleWithProviders } from
'@angular/core'
; export declare
class
EnsureHttpsInterceptorModule
{ /** * Change
`http://`
to
`https://`
in HTTP request urls. */ static forRoot(): ModuleWithProviders; }