Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save timdeschryver/b7ef9bb9dc4e14f2025e61550669634c to your computer and use it in GitHub Desktop.
export class AppComponent implements OnInit {
click(event: google.maps.MouseEvent) {
console.log(event)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment