Highlighting API Consistency Improvements
Learn about the API consistency improvements in RxJS 7.
We'll cover the following...
RxJS 7 also ships with a fix for some weird behavior in the library.
Improvements in operators
Let’s consider the example of a concat
operator:
Concat: Creates an output observable, which sequentially emits all values from ...