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 4a14084 commit c8ad06bCopy full SHA for c8ad06b
src/lib/services/pending-interceptor.service.ts
@@ -39,10 +39,6 @@ export class PendingInterceptorService implements HttpInterceptor {
39
return this._filteredUrlPatterns;
40
}
41
42
- get filteredMethods(): string[] {
43
- return this._filteredMethods;
44
- }
45
-
46
set filteredMethods(httpMethods: string[]) {
47
this._filteredMethods = httpMethods;
48
0 commit comments