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
9615139554
AltitudeWeb
/
frontend
/
src
/
app
/
app.routes.ts
4 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Standardize coding style and formatting across the project Updated codebase to follow consistent styling for spacing, braces, and indentation. Changes improve readability and align with standardized conventions throughout SCSS, TypeScript, and HTML files.
2025-04-05 16:19:10 +00:00
import
{
Routes
}
from
'@angular/router'
;
Initial setup
2025-04-02 17:18:39 +00:00
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