Remove SSR support and associated server-side code.

This change eliminates Angular server-side rendering (SSR) features, including related files, dependencies, and configurations, simplifying the codebase. The update also adjusts routing and references to support client-side rendering exclusively.
This commit is contained in:
2025-04-02 19:48:07 +02:00
parent a5665b3172
commit 6ff99ffb5f
10 changed files with 9 additions and 446 deletions
+2 -6
View File
@@ -4,14 +4,10 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"node"
]
"types": []
},
"files": [
"src/main.ts",
"src/main.server.ts",
"src/server.ts"
"src/main.ts"
],
"include": [
"src/**/*.d.ts"