Q. Which method is used in Angular to clone an Observable?
β
Correct Answer: (A)
shareReplay()
Explanation: shareReplay allows multicasting of the same Observable without multiple subscriptions.