UNPKG

performance-monitor-logger

Version:

## Instalação

6 lines 361 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class PerformanceMonitorInterceptor implements HttpInterceptor { intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; } //# sourceMappingURL=performance-monitor.interceptor.d.ts.map