-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Make AnonymousSubject public #2002
Comments
I don't see strong reason to prevent export it in index, but in current package you can still access it such as |
What's the use case for needing it externally? It's basically just |
Currently I'm using it like
It does the job. There's nothing wrong with importing it from |
Hmmm... that's a strange use case. But I think that extending AnonymousSubject seems like a valid use case on it's own. Seems legit. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is a duplicate of closed Reactive-Extensions/RxJS#227 issue. The mentioned issue has a good point that it is a nice base class for creating subject subclasses.
In RxJS 5,
AnonymousSubject
isn't exported asRx.AnonymousSubject
, again.The text was updated successfully, but these errors were encountered: