Test your understanding of observables and the RxJS library in Angular.
Technical Quiz
1.
What is the purpose of the then
method when working with promises?
A.
It rejects the promise.
B.
It handles errors that occur during promise execution.
C.
It chains multiple asynchronous operations.
D.
It cancels the promise.
1 / 6
...