-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[googlemaps] - zoomChanged -> zoom_changed #18026
Labels
P2
The issue is important to a large percentage of users, with a workaround
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 22, 2019
Looks like a regression from angular#17845 where the name of the `zoom_changed` even was mistyped. Fixes angular#18026.
No worries - thanks for all the work you have put into this! |
mmalerba
pushed a commit
that referenced
this issue
Jan 6, 2020
yifange
pushed a commit
to yifange/components
that referenced
this issue
Jan 30, 2020
Looks like a regression from angular#17845 where the name of the `zoom_changed` even was mistyped. Fixes angular#18026.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using "@angular/google-maps": "^9.0.0-rc.0", the zoomChanged event never fires.
Currently, google-map.ts:222 reads as follows:
@output() zoomChanged: Observable = this._eventManager.getLazyEmitter('zoomChanged');
However, based on the related google docs (which is nicely commented on line 220: https://developers.google.com/maps/documentation/javascript/reference/map#Map.zoom_changed) it looks like the event name should be "zoom_changed" rather than "zoomChanged".
The text was updated successfully, but these errors were encountered: