Skip to content

Commit e0c9518

Browse files
authored
docs(google-maps): use correct marker name (#29343)
1 parent 2191cae commit e0c9518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-maps/map-info-window/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class GoogleMapDemo {
4444
(mapClick)="addMarker($event)">
4545
@for (position of markerPositions; track position) {
4646
<map-advanced-marker
47-
#marker="mapMarker"
47+
#marker="mapAdvancedMarker"
4848
[position]="position"
4949
(mapClick)="openInfoWindow(marker)" />
5050
}

0 commit comments

Comments
 (0)