We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e26b3d commit 272b047Copy full SHA for 272b047
2 files 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, withEventReplay } from '@angular/platform-browser';
5
import { provideThemeStack } from 'ngx-theme-stack';
6
import { routes } from './app.routes';
7
@@ -14,7 +13,6 @@ export const appConfig: ApplicationConfig = {
14
13
skipInitialTransition: true,
15
}),
16
),
17
- provideClientHydration(withEventReplay()),
18
provideThemeStack({
19
themes: ['sunset'],
20
0 commit comments