Skip to content

Commit

Permalink
docs(google-maps): use correct marker name (#29343)
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Prosper05 committed Jun 28, 2024
1 parent 2191cae commit e0c9518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-maps/map-info-window/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class GoogleMapDemo {
(mapClick)="addMarker($event)">
@for (position of markerPositions; track position) {
<map-advanced-marker
#marker="mapMarker"
#marker="mapAdvancedMarker"
[position]="position"
(mapClick)="openInfoWindow(marker)" />
}
Expand Down

0 comments on commit e0c9518

Please sign in to comment.