Skip to content

Commit 19dd00d

Browse files
committed
update: Changed the loaderService path
1 parent a08aedf commit 19dd00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/interceptors/weather.interceptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { HttpErrorResponse, HttpInterceptorFn } from "@angular/common/http";
22
import { inject } from "@angular/core";
33
import { catchError, finalize, throwError } from "rxjs";
4-
import { LoaderService } from "../services/spinner-loader.service";
4+
import { LoaderService } from "../services/loader.service";
55

66
export const weatherInterceptor: HttpInterceptorFn = (req, next) => {
77
const loaderService: LoaderService = inject(LoaderService);

0 commit comments

Comments
 (0)