Answer the question
In order to leave comments, you need to log in
How to catch an error in the parent Subject pipe in Rx.js?
https://stackblitz.com/edit/rxjs-jyrfi7?devtoolshe...
In the example above, I have rootSubjec$ = Subject from which other streams are inherited, as in the code example - const firstChildStream$ = rootSubjec$.pipe
There may be an error in these streams in the pipe and then the whole stream merged$ where
merged$ = merge(rootSubjec$, firstChildStream$, secondChildStream$)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question