ngx-jenga-api
Version:
Angular wrapper for Equity's Jenga API. Still in progress
11 lines (10 loc) • 529 B
TypeScript
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class ApiKeyInterceptor implements HttpInterceptor {
private token;
constructor(token: any);
intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
static ɵfac: i0.ɵɵFactoryDeclaration<ApiKeyInterceptor, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ApiKeyInterceptor>;
}