Update to angular 22

This commit is contained in:
2026-08-05 13:16:47 +02:00
parent 80e7493d82
commit 3cfdd34b6f
122 changed files with 7559 additions and 3911 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
import { NgModule, ErrorHandler } from '@angular/core';
import { NgModule, ErrorHandler, provideZoneChangeDetection } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { FormsModule } from '@angular/forms';
import { HttpClientModule } from '@angular/common/http';
@@ -54,6 +54,7 @@ export const routes: Routes = [
EditorBox,
],
providers: [
provideZoneChangeDetection(),
{ provide: RollbarService, useFactory: rollbarFactory },
{ provide: ErrorHandler, useClass: RollbarErrorHandler },
{ provide: ErrorReporter, useClass: RollbarErrorReporter },