Answer the question
In order to leave comments, you need to log in
How to break rxjs 6 version chain execution?
Good day to all.
The crux of the matter: previously, the syntax for sequential calls to the server could be formatted like this:
this._someService.someMethod()
.concatMap(...)
.concatMap(...)
...
.subscribe(...);
this._someService.someMethod()
.pipe(
concatMap(...),
concatMap(...),
...
).subscribe(...);
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