* Pipe is used to transform the result into other format. There are 2 type of pipe in angular . 1) Pure pipe : it executes only when it detects a pure change to the input value. 2) Impure pipe : it called on every change detection cycle.