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 a08aedf commit 19dd00dCopy full SHA for 19dd00d
src/app/core/interceptors/weather.interceptor.ts
@@ -1,7 +1,7 @@
1
import type { HttpErrorResponse, HttpInterceptorFn } from "@angular/common/http";
2
import { inject } from "@angular/core";
3
import { catchError, finalize, throwError } from "rxjs";
4
-import { LoaderService } from "../services/spinner-loader.service";
+import { LoaderService } from "../services/loader.service";
5
6
export const weatherInterceptor: HttpInterceptorFn = (req, next) => {
7
const loaderService: LoaderService = inject(LoaderService);
0 commit comments