AltitudeWeb/frontend/src/app
2025-07-31 23:30:48 +02:00
..
pages Update HeaderComponent HTML: adjust access check condition to use SCOPE_head_mod instead of HEAD_MOD. 2025-07-31 23:08:02 +02:00
pipes Rework folder structure in frontend 2025-07-04 19:50:21 +02:00
services Refactor hasAccess method in auth.service.ts to improve readability and optimize authorization checking logic. 2025-07-31 23:30:48 +02:00
shared-components Replace deprecated Angular directives (*ngFor, *ngIf) with modern Angular template syntax. Remove unused CommonModule imports across components for optimization. Clean up excess spacing and formatting in HTML files. 2025-07-15 21:48:23 +02:00
types Switch to localStorage for JWT handling and simplify case transformation logic in LoginComponent. Update app.config.ts and related services to align with the new token management method. Mark JwtClaims interface as exported. 2025-07-06 19:10:17 +02:00
app.component.html Move <app-footer> to the root app component 2025-04-05 23:19:50 +02:00
app.component.scss Initial setup 2025-04-02 19:18:39 +02:00
app.component.spec.ts Standardize coding style and formatting across the project 2025-04-05 18:19:10 +02:00
app.component.ts Rework folder structure in frontend 2025-07-04 19:50:21 +02:00
app.config.ts Directly initialize JwtHelperService in auth service 2025-07-06 19:14:06 +02:00
app.routes.ts Add new routes and improve theme and header responsiveness 2025-07-06 21:33:14 +02:00