Ivano Di Gese
Better Programming
Published in
4 min readJul 23, 2019

--

Creating a Custom Pipe for Your Angular App

Harnessing the power of Angular Pipes

Angular Pipes are extremely useful for many needs. They’ve been available since AngularJS’s first release and they’re such a good way to format and manipulate data representation. Pipes are simply Typescript Classes implementing a special Angular Interface, named “PipeTransform”. They’re very easy to code and could be put to many other uses. When Angular built-in pipes are not enough, you can implement your own custom Pipe in few minutes.

--

--

Passionate IT skills on the run: keep calm, do your stuff and code better