Q. Which operator is commonly used with observables in Angular?
β
Correct Answer: (A)
pipe
Explanation: The `pipe` operator is used to combine multiple RxJS operators with observables.