Added the files.
This commit is contained in:
commit
1553e6b971
315 changed files with 56809 additions and 0 deletions
11
my-app/src/app/app.config.server.ts
Executable file
11
my-app/src/app/app.config.server.ts
Executable file
|
@ -0,0 +1,11 @@
|
|||
import { mergeApplicationConfig, ApplicationConfig } from '@angular/core';
|
||||
import { provideServerRendering } from '@angular/platform-server';
|
||||
import { appConfig } from './app.config';
|
||||
|
||||
const serverConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
provideServerRendering()
|
||||
]
|
||||
};
|
||||
|
||||
export const config = mergeApplicationConfig(appConfig, serverConfig);
|
Loading…
Add table
Add a link
Reference in a new issue