Skip to content

Commit de6d301

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
fix(@schematics/angular): replace provideServerSupport with provideServerRendering
Update `provideServerSupport` with `provideServerRendering` as the former has been renamed.
1 parent 0eac98f commit de6d301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/universal/files/standalone-src/app/app.config.server.ts.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
*/
88

99
import { mergeApplicationConfig, ApplicationConfig } from '@angular/core';
10-
import { provideServerSupport } from '@angular/platform-server';
10+
import { provideServerRendering } from '@angular/platform-server';
1111
import { appConfig } from './app.config';
1212

1313
const serverConfig: ApplicationConfig = {
1414
providers: [
15-
provideServerSupport()
15+
provideServerRendering()
1616
]
1717
};
1818

0 commit comments

Comments
 (0)