Open
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
I'm getting the following warning in console when I use @angular/google-maps@19.2.2
:
<gmp-advanced-marker>: Please use addEventListener('gmp-click', ...) instead of addEventListener('click', ...).
Would this mean the following code should be changed to gmp-click
as suggested in the warning?
Reproduction
Create a project that uses the (mapClick)
-Output on a <map-advanced-marker>
Expected Behavior
No warning in console.
Actual Behavior
Warning in console.
Environment
- Angular: 19.2.1
- CDK/Material: 19.2.2
- Google-Maps: 19.2.2
- Browser(s): Chrome
- Operating System: Windows