1
Reply

what is pipe and type of pipe in angular 7?

Mohd Kashif

Mohd Kashif

5y
478
0
Reply

    * 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.