What is pipe in angular 2?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Fund for Agricultural Development, Lives in Rome, Italy.
AngularJS 1.x has filters which are used for many common uses, like formatting dates, string display in upper or lower case etc. These filters are known as "Pipes" in Angular 2. Pipes allow us to change the data inside the template. Normally, a pipe takes the data and transforms this input to the desired output.
2023-05-05 04:45:07
评论(499)
Helpful(122)
Helpful
Helpful(2)

Julian Hernandez
QuesHub.com delivers expert answers and knowledge to you.
AngularJS 1.x has filters which are used for many common uses, like formatting dates, string display in upper or lower case etc. These filters are known as "Pipes" in Angular 2. Pipes allow us to change the data inside the template. Normally, a pipe takes the data and transforms this input to the desired output.