This commit is contained in:
2025-02-04 09:15:20 +01:00
parent 59e90dc534
commit 9ab7a128f3
19 changed files with 383 additions and 286 deletions

View File

@ -1,5 +1,4 @@
import {ErrorHandler as NgErrorHandler} from "@angular/core";
import { ErrorHandler as NgErrorHandler } from '@angular/core';
export class ErrorHandler implements NgErrorHandler {
handleError(error: any): void {