fix: performance

This commit is contained in:
2026-04-24 15:57:18 +02:00
parent f0bf2e20ce
commit cc39abed41
58 changed files with 195 additions and 140 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
import type { ApplicationConfig } from '@angular/core';
import { importProvidersFrom, provideZoneChangeDetection } from '@angular/core';
import { provideZoneChangeDetection } from '@angular/core';
import { provideRouter, withInMemoryScrolling } from '@angular/router';
import { BrowserModule, provideClientHydration, withEventReplay } from '@angular/platform-browser';
import { provideClientHydration, withEventReplay } from '@angular/platform-browser';
import { routes } from './app.routes';
@@ -16,6 +16,5 @@ export const appConfig: ApplicationConfig = {
}),
),
provideClientHydration(withEventReplay()),
importProvidersFrom(BrowserModule),
],
};