Я пытаюсь включить свойство iconUrl в мою карту agm.Однако, когда я получаю этот ответ, я не понимаю, почему. ![enter image description here](https://i.stack.imgur.com/eNw8n.png)
<agm-marker [latitude] = "currentLat" [longitude]= "currentLng"
[iconUrl]= "../../assets/images/polkaDots.jpg" >
<!-- Marker info -->
<agm-info-window>
<h3>You are here</h3>
<button>I am interested</button>
</agm-info-window>
</agm-marker>