Skip to content

Commit

Permalink
update: Changed the loaderService path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanesiDev committed Apr 23, 2024
1 parent a08aedf commit 19dd00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/interceptors/weather.interceptor.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { HttpErrorResponse, HttpInterceptorFn } from "@angular/common/http";
import { inject } from "@angular/core";
import { catchError, finalize, throwError } from "rxjs";
import { LoaderService } from "../services/spinner-loader.service";
import { LoaderService } from "../services/loader.service";

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

0 comments on commit 19dd00d

Please sign in to comment.