UNPKG

@tracetail/angular

Version:

Angular SDK for TraceTail browser fingerprinting - over 99.5% accuracy

12 lines (11 loc) 594 B
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs'; import { TraceTailService } from '../tracetail.service'; import * as i0 from "@angular/core"; export declare class TraceTailInterceptor implements HttpInterceptor { private traceTail; constructor(traceTail: TraceTailService); intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; static ɵfac: i0.ɵɵFactoryDeclaration<TraceTailInterceptor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TraceTailInterceptor>; }