Skip to content

Commit

Permalink
enable provideClientHydration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pop John committed Jul 12, 2024
1 parent 9b5a119 commit 61a53f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/app/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ApplicationConfig, importProvidersFrom, isDevMode } from '@angular/core';
import { provideClientHydration } from '@angular/platform-browser';
import { provideRouter } from '@angular/router';
import { EffectsModule } from '@ngrx/effects';
import { StoreModule } from '@ngrx/store';
Expand All @@ -21,6 +22,7 @@ export const appConfig: ApplicationConfig = {
connectInZone: true
}),
EffectsModule.forRoot([])
)
),
provideClientHydration()
]
};

0 comments on commit 61a53f9

Please sign in to comment.