Q. Which method is used to subscribe to an Observable in Angular?
β
Correct Answer: (A)
subscribe()
Explanation: subscribe() is used to listen to Observable emissions.