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.
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
import { Routes } from '@angular/router';
|
|
|
|
export const routes: Routes = [];
|