UNPKG

@cause-911/core

Version:

Run `npm install @cause-911/core --save` to add this library to your project

8 lines (7 loc) 290 B
import { HttpEvent, HttpHandler, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class HttpOfflineInterceptor { constructor(); intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; private onOffline; }