Tag: custom pipe
-
Step by Step creating Custom Pipe in Angular
Read full article on the Infragistics blog Angular pipes take data as input and transform it to your desired output. For example, using interpolation you are displaying name of the product. Now you want the product name always displayed in the uppercase. You can do this using Angular pipe uppercase. This file contains bidirectional Unicode…