Q. Which operator is commonly used with Observables in Angular for HTTP requests?
β
Correct Answer: (A)
map
Explanation: `map` transforms the values emitted by the observable, commonly used in HTTP streams.