We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62677c commit 0a5801aCopy full SHA for 0a5801a
src/lib/services/pending-interceptor.service.ts
@@ -59,7 +59,7 @@ export class PendingInterceptorService implements HttpInterceptor {
59
});
60
}
61
62
- private shouldBypass(req: HttpRequest<any>) {
+ private shouldBypass(req: HttpRequest<any>): boolean {
63
return this.shouldBypassUrl(req.urlWithParams)
64
|| this.shouldBypassMethod(req)
65
|| this._forceByPass;
0 commit comments