Ajay Archive
What is Pipe in Angular and Transform Data Using Pipes?
What are pipes in Angular? Angular gives few useful filters called Pipes. These make them very easy to format or transform the data value even as per our requirements. A Pipe is used with a Pipe(|) character, it takes an input and returns a desired formatted output. It takes strings, integers, arrays, and date as