restore basic Angular Universal build

This commit is contained in:
Mononaut
2023-09-26 19:18:11 +01:00
parent 00a94f9e3c
commit 68b55db872
8 changed files with 2937 additions and 91 deletions

View File

@@ -0,0 +1,11 @@
import '@angular/localize/init';
import { enableProdMode } from '@angular/core';
import { environment } from './environments/environment';
if (environment.production) {
enableProdMode();
}
export { AppServerModule } from './app/app.server.module';
export { renderModule } from '@angular/platform-server';