This website requires JavaScript.
Explore
Help
Sign In
Altitude
/
AltitudeWeb
Watch
5
Star
0
Fork
You've already forked AltitudeWeb
0
Code
Issues
12
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
dbfe5b38ab
AltitudeWeb
/
frontend
/
src
/
app
/
app.routes.ts
4 lines
77 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial setup
2025-04-02 17:18:39 +00:00
import
{
Routes
}
from
'@angular/router'
;
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.
2025-04-02 17:48:07 +00:00
export
const
routes
:
Routes
=
[
]
;
Reference in New Issue
Copy Permalink