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

A question about EventEmitter #6

Open
RezaRahmati opened this issue Jun 1, 2018 · 0 comments
Open

A question about EventEmitter #6

RezaRahmati opened this issue Jun 1, 2018 · 0 comments

Comments

@RezaRahmati
Copy link

Hey Ward

I read your comment under someone post about EventEmitters (in Angular Services), since it was written 2016 I was wondering if it's still valid?

Do NOT count on EventEmitter continuing to be an Observable!

Do NOT count on those Observable operators being there in the future!

These will be deprecated soon and probably removed before release.

Use EventEmitter only for event binding between a child and parent component. Do not subscribe to it. Do not call any of those methods. Only call eve.emit()

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

No branches or pull requests

1 participant