Q. Which operator is commonly used in Angular for reactive programming with RxJS?
β
Correct Answer: (A)
map
Explanation: RxJS's 'map' operator is used to transform values emitted by an observable.