-
Notifications
You must be signed in to change notification settings - Fork 818
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
Event: Know when map is ready #740
Labels
Comments
go for it! |
This feature would be really cool. :) |
👍 Awesome! |
sebholstein
added a commit
that referenced
this issue
Apr 3, 2017
You can now listen to the new mapReady output to know when the map is initialized. Closes #740
sebholstein
added a commit
that referenced
this issue
Apr 9, 2017
You can now listen to the new mapReady output to know when the map is initialized. Closes #740
franknwankwo
pushed a commit
to caravancoop/angular2-google-maps
that referenced
this issue
Jun 7, 2017
You can now listen to the new mapReady output to know when the map is initialized. Closes sebholstein#740 Closes sebholstein#972
Not firing, can anyone confirm that is working ? |
update. nvm caching probs ^^ sry |
Working Fine Just change the function name In html like
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many of you want easy access to the native Map instance and want to know when the map is ready for further operations.
For this reason, I propose to add a new event to SebmGoogleMap. The event gets emitted when the map is ready.
$event
is the actual native map instance:Please leave your opinion below. Thanks!
The text was updated successfully, but these errors were encountered: