Q. How is a custom pipe created in Angular?
β
Correct Answer: (A)
By using the `@Pipe` decorator
Explanation: Custom pipes are created with `@Pipe` and must implement `PipeTransform`.