Phase F: Add SVG interactivity with event binding for country selection
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user