AltitudeWeb/frontend/src/app/birthdays
Teriuihi c2c81de9d0 Convert components to standalone and implement route-based loading
Refactored Angular components to standalone modules, enhancing modularity and reducing dependency on `AppModule`. Updated routes to facilitate lazy loading for improved performance and maintainability. Replaced `platformBrowserDynamic` with `bootstrapApplication` for modern bootstrapping.
2025-04-08 21:45:44 +02:00
..
birthdays.component.html Added Birthdays page 2025-04-06 22:06:48 +02:00
birthdays.component.scss Added styling for birthday member component 2025-04-06 22:10:46 +02:00
birthdays.component.spec.ts Added Birthdays page 2025-04-06 22:06:48 +02:00
birthdays.component.ts Convert components to standalone and implement route-based loading 2025-04-08 21:45:44 +02:00