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
+1 -1
View File
@@ -5,7 +5,7 @@
<title>Frontend</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="public/favicon.ico">
</head>
<body>
<app-root></app-root>