UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

11 lines (10 loc) 554 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PghTrailingSlashInterceptor implements HttpInterceptor { private static isSlashNeeded; constructor(); intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>; static ɵfac: i0.ɵɵFactoryDeclaration<PghTrailingSlashInterceptor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<PghTrailingSlashInterceptor>; }