-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaround
Description
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".
Metadata
Metadata
Assignees
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaround