We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec8abd commit 0af7c90Copy full SHA for 0af7c90
1 file changed
projects/demo-ngx-theme-stack/src/app/app.config.ts
@@ -1,7 +1,6 @@
1
import { ApplicationConfig, provideBrowserGlobalErrorListeners } from '@angular/core';
2
import { provideRouter, withViewTransitions } from '@angular/router';
3
4
-import { provideClientHydration } from '@angular/platform-browser';
5
import { provideThemeStack } from 'ngx-theme-stack';
6
import { routes } from './app.routes';
7
@@ -14,7 +13,7 @@ export const appConfig: ApplicationConfig = {
14
13
skipInitialTransition: true,
15
}),
16
),
17
- provideClientHydration(),
+ // provideClientHydration(),
18
provideThemeStack({
19
themes: ['sunset'],
20
0 commit comments