When to use Observable and Subject?

I am working on Chapter 4 now and may be too early to ask this question. Both Observable and Subject could emit events and call .subscribe() as an observer. So, when to use Observable and when to use Subject?

Thanks,
Mike

@mike Please check out this article when you get a chance:

I hope it helps!

Thanks, man! Can’t wait to check out the article.

This topic was automatically closed after 166 days. New replies are no longer allowed.