Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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