UNPKG

angular-interceptors

Version:

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

8 lines (7 loc) 233 B
import { ModuleWithProviders } from '@angular/core'; export declare class EnsureHttpsInterceptorModule { /** * Change `http://` to `https://` in HTTP request urls. */ static forRoot(): ModuleWithProviders; }