Skip to content

Commit 0af7c90

Browse files
committed
refactor: comment out provideClientHydration in application configuration
1 parent 4ec8abd commit 0af7c90

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 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 } from '@angular/platform-browser';
54
import { provideThemeStack } from 'ngx-theme-stack';
65
import { routes } from './app.routes';
76

@@ -14,7 +13,7 @@ export const appConfig: ApplicationConfig = {
1413
skipInitialTransition: true,
1514
}),
1615
),
17-
provideClientHydration(),
16+
// provideClientHydration(),
1817
provideThemeStack({
1918
themes: ['sunset'],
2019
}),

0 commit comments

Comments
 (0)