0 votes
in Angular by

What is Pipe transform Interface in Angular

1 Answer

0 votes
by

An interface used by pipes to accomplish a transformation. Angular calls the transform function with the value of a binding as the first argument and any arguments as the second parameter in list form. This interface is used to implement custom pipes

...