...
/Multicasting with the Subject Class
Multicasting with the Subject Class
Let's see how we can use "Subject" and ‘AsyncSubject’ in RxJS.
We'll cover the following...
Subjects
At its core, a Subject
acts much like a regular observable, but each subscription is hooked into the same source, like the publish/share
example.
Subjects also are observers and have next
, error
, and done
methods to send data to all subscribers at once:
Access this course and 1400+ top-rated courses and projects.