We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d4667 commit 99ae510Copy full SHA for 99ae510
src/app/app.config.server.ts
@@ -9,8 +9,8 @@ const serverConfig: ApplicationConfig = {
9
providers: [
10
provideServerRendering(withRoutes(serverRoutes)),
11
provideClientHydration(),
12
- provideHttpClient(withFetch()),
13
- ],
+ provideHttpClient(withFetch())
+ ]
14
};
15
16
export const config = mergeApplicationConfig(AppConfig, serverConfig);
0 commit comments