Skip to content

Instantly share code, notes, and snippets.

@zinevych
Created February 15, 2019 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinevych/0a170f34600e79f719349b4183852ca6 to your computer and use it in GitHub Desktop.
Save zinevych/0a170f34600e79f719349b4183852ca6 to your computer and use it in GitHub Desktop.
<agm-map [latitude]="lat" [longitude]="lng" [zoom]="zoom" (mapReady)="setMapInstance($event)">
<agm-marker [latitude]="lat" [longitude]="lng"></agm-marker>
</agm-map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment