What is difference between Parameterizing and Chaining Pipe?

devquora
devquora

Posted On: May 10, 2023

 

In Angular, we can pass any number of parameters to the pipe using a colon (:), this method is known as Angular Parameterized Pipes. Whereas chaining multiple pipes together by associating more than one pipe then the final output will be transformed with all the pipes applied, this method is called Chaining Pipe.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions