[DURACOM-234] WIP fix SSR

This commit is contained in:
Giuseppe Digilio
2024-03-28 16:37:42 +01:00
parent 3cb000db7c
commit abae9b9246
14 changed files with 87 additions and 37 deletions

View File

@@ -15,5 +15,4 @@ import { serverAppConfig } from './modules/app/server-app.config';
const bootstrap = () => bootstrapApplication(AppComponent, serverAppConfig);
export { renderModule } from '@angular/platform-server';
export { ngExpressEngine } from '@angular/ssr';
export default bootstrap;