I notice that publish subject is not implemented in RxJS. Is there a way to simulate something like it ? I want to receive only the data that is sent after I subscribe, without the last value. Exactly the behavior of an event emitter in angular 2. All the other subject types seem to store the last value and send it.
With regards
Ok, so what I was searching for is the simple Subject.
This information can help you:
https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/subjects/subject.md
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With