Closed Sireini closed 8 years ago
try
[iconUrl]="'https://cdn2.iconfinder.com/data/icons/picons-essentials/71/location-512.png'"
extra quotes to not eval as arg
@born2net Thank you man! Is it also possible to change the size of the icons?
that I am not sure...
Hi there I want to use the iconUrl but it seems not to work! I use it like this:
<sebm-google-map-marker *ngFor="#location of locations" [latitude]="location.lat" [longitude]="location.lng" [iconUrl]="https://cdn2.iconfinder.com/data/icons/picons-essentials/71/location-512.png" [label]="location.id">
where it keeps throwing me this error:
EXCEPTION: Quotes are not supported for evaluation!
EXCEPTION: Error: Uncaught (in promise): Quotes are not supported for evaluation!