Pipes in Angular

In Angular, pipes are a feature that allows you to transform data in your template HTML. Pipes take input data, apply a transformation, and then output the transformed data.