We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1675ce6 commit 848f49aCopy full SHA for 848f49a
src/google-maps/map-info-window/README.md
@@ -44,7 +44,7 @@ export class GoogleMapDemo {
44
(mapClick)="addMarker($event)">
45
@for (position of markerPositions; track position) {
46
<map-advanced-marker
47
- #marker="mapMarker"
+ #marker="mapAdvancedMarker"
48
[position]="position"
49
(mapClick)="openInfoWindow(marker)" />
50
}
0 commit comments