Skip to content

Instantly share code, notes, and snippets.

@timdeschryver
Created November 3, 2019 16:31
Show Gist options
  • Select an option

  • Save timdeschryver/30ce8c34d61b1e442b5eadff84cc8ed0 to your computer and use it in GitHub Desktop.

Select an option

Save timdeschryver/30ce8c34d61b1e442b5eadff84cc8ed0 to your computer and use it in GitHub Desktop.
<map-marker
#markerElem
*ngFor="let marker of markers"
[position]="marker.position"
[label]="marker.label"
[title]="marker.title"
[options]="marker.options"
(mapClick)="openInfo(markerElem)"
>
</map-marker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment