Phase F: Add SVG interactivity with event binding for country selection

This commit is contained in:
2026-02-14 14:19:12 -05:00
parent d5728a0dbe
commit e61e507bd6
5 changed files with 77 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="map-column">
<h2>Interactive World Map</h2>
<div class="map-container">
<img src="assets/map-image.svg" alt="World Map" class="world-map" />
<app-map-svg (countryClick)="onCountrySelected($event)"></app-map-svg>
</div>
</div>