Q. Which operator is used to transform data emitted by Observables in Angular?
β
Correct Answer: (A)
map
Explanation: 'map' transforms the values emitted by an Observable.