|
|
@ -26,8 +26,8 @@ import { catchError, tap } from 'rxjs/operators'; |
|
|
|
|
|
|
|
|
@Injectable() |
|
|
@Injectable() |
|
|
export class HttpResponseInterceptor implements HttpInterceptor { |
|
|
export class HttpResponseInterceptor implements HttpInterceptor { |
|
|
public info: InfoItem; |
|
|
private readonly info: InfoItem; |
|
|
public snackBarRef: MatSnackBarRef<TextOnlySnackBar> | undefined; |
|
|
private snackBarRef: MatSnackBarRef<TextOnlySnackBar> | undefined; |
|
|
|
|
|
|
|
|
private readonly dataService = inject(DataService); |
|
|
private readonly dataService = inject(DataService); |
|
|
private readonly router = inject(Router); |
|
|
private readonly router = inject(Router); |
|
|
|