Q. Which RxJS operator is used to transform emitted values in Angular services?
β
Correct Answer: (A)
map
Explanation: `map` is used to apply a function to each emitted value from an observable.