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 -2
View File
@@ -1,4 +1,3 @@
import { Routes } from '@angular/router';
import {AppComponent} from './app.component';
export const routes: Routes = [new AppComponent];
export const routes: Routes = [];