Google Maps Marker Click Event Not Triggering in Angular Component
I’m working on an Angular application where I need to display vehicles on a Google Maps map, and show details about a vehicle in a modal when its corresponding marker is clicked. However, the click event on the markers doesn’t seem to trigger, and no errors are shown in the console. I am using Angular with the NgRx library to manage state and handle asynchronous data. Here is the relevant part of my code: