Skip to content

Commit 272b047

Browse files
committed
refactor: reorder appConfig import in main.ts
1 parent 9e26b3d commit 272b047

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

projects/demo-ngx-theme-stack/src/app/app.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { ApplicationConfig, provideBrowserGlobalErrorListeners } from '@angular/core';
22
import { provideRouter, withViewTransitions } from '@angular/router';
33

4-
import { provideClientHydration, withEventReplay } from '@angular/platform-browser';
54
import { provideThemeStack } from 'ngx-theme-stack';
65
import { routes } from './app.routes';
76

@@ -14,7 +13,6 @@ export const appConfig: ApplicationConfig = {
1413
skipInitialTransition: true,
1514
}),
1615
),
17-
provideClientHydration(withEventReplay()),
1816
provideThemeStack({
1917
themes: ['sunset'],
2018
}),

0 commit comments

Comments
 (0)