wft-geodb-angular-client
Version:
Provides Angular client bindings to the GeoDB service.
12 lines (11 loc) • 573 B
TypeScript
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
import { Observable } from 'rxjs';
import { GeoDbConfig } from './model/geodb-config.model';
import * as i0 from "@angular/core";
export declare class AuthInterceptor implements HttpInterceptor {
private config;
constructor(config: GeoDbConfig);
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
static ɵfac: i0.ɵɵFactoryDeclaration<AuthInterceptor, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AuthInterceptor>;
}