We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
provideServerSupport
provideServerRendering
1 parent 0eac98f commit de6d301Copy full SHA for de6d301
packages/schematics/angular/universal/files/standalone-src/app/app.config.server.ts.template
@@ -7,12 +7,12 @@
7
*/
8
9
import { mergeApplicationConfig, ApplicationConfig } from '@angular/core';
10
-import { provideServerSupport } from '@angular/platform-server';
+import { provideServerRendering } from '@angular/platform-server';
11
import { appConfig } from './app.config';
12
13
const serverConfig: ApplicationConfig = {
14
providers: [
15
- provideServerSupport()
+ provideServerRendering()
16
]
17
};
18
0 commit comments