Skip to content

Conversation

@nicobytes
Copy link
Owner

This pull request introduces a new "locations" feature to the website application. The changes include adding a new route, creating a new component to display location data, and fetching this data from an external API.

New "locations" feature:

  • apps/website/src/app/app.routes.ts: Added a new route for "locations" that loads the locations.component.

  • apps/website/src/app/domains/locations/locations.component.html: Updated the template to display a list of locations fetched from the API.

  • apps/website/src/app/domains/locations/locations.component.ts:

    • Added OnInit lifecycle hook to fetch location data from an external API.
    • Introduced a Location interface to type the fetched data.
    • Implemented the component to fetch and display location data.

@nicobytes nicobytes merged commit 6a35e18 into main Mar 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants