ng-azure-maps
Version:
Angular wrapper for Azure Maps
12 lines (11 loc) • 679 B
TypeScript
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
import { Observable } from 'rxjs';
import { AzureMapsConfiguration } from '../configuration';
import * as i0 from "@angular/core";
export declare class AtlasRestAuthenticationInterceptor implements HttpInterceptor {
private readonly azureMapsConfiguration;
constructor(azureMapsConfiguration: AzureMapsConfiguration);
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
static ɵfac: i0.ɵɵFactoryDeclaration<AtlasRestAuthenticationInterceptor, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AtlasRestAuthenticationInterceptor>;
}