Skip to content
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

MapEventsManagerService now only initializes after ac-map OnInit causing exceptions on registering to events #131

Closed
Nirco96 opened this issue Oct 24, 2017 · 2 comments · Fixed by #133

Comments

@Nirco96
Copy link
Contributor

Nirco96 commented Oct 24, 2017

After updating to the latest version, I started getting exceptions saying that MapEventsManagerService has not been initialized yet, it needs to be called under . My component registers to the event using the service in it's constructor, and it is inside . This only happened when I updated to 0.0.29, and did not happen before. Thank you.

eitanfr pushed a commit that referenced this issue Oct 25, 2017
@eitanfr
Copy link
Member

eitanfr commented Oct 25, 2017

hi,
I guess registering to events in ngOnInit is a workaround.
fixed in #133

@eitanfr
Copy link
Member

eitanfr commented Oct 29, 2017

check out 0.0.30 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants