File tree Expand file tree Collapse file tree
projects/demo-ngx-theme-stack/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 " projects/demo-ngx-theme-stack/src/styles.css"
6868 ],
6969 "server" : " projects/demo-ngx-theme-stack/src/main.server.ts" ,
70- "outputMode" : " server " ,
70+ "outputMode" : " static " ,
7171 "security" : {
7272 "allowedHosts" : []
73- },
74- "ssr" : {
75- "entry" : " projects/demo-ngx-theme-stack/src/server.ts"
7673 }
7774 },
7875 "configurations" : {
Original file line number Diff line number Diff line change 11import { ApplicationConfig , provideBrowserGlobalErrorListeners } from '@angular/core' ;
22import { provideRouter , withViewTransitions } from '@angular/router' ;
33
4+ import { provideClientHydration } from '@angular/platform-browser' ;
45import { provideThemeStack } from 'ngx-theme-stack' ;
56import { routes } from './app.routes' ;
67
@@ -13,6 +14,7 @@ export const appConfig: ApplicationConfig = {
1314 skipInitialTransition : true ,
1415 } ) ,
1516 ) ,
17+ provideClientHydration ( ) ,
1618 provideThemeStack ( {
1719 themes : [ 'sunset' ] ,
1820 } ) ,
You can’t perform that action at this time.
0 commit comments