What are Pipes in Angular?

Pipe is another building block in Angular. We use Pipes to format data.

Below are some built-in Pipes:

  1. Uppercase
  2. Lowercase
  3. Decimal
  4. Currency
  5. Percent

We can also create Custom Pipes to format the data according to our need.

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. For more information - please visit our private policy.