bhavik2022
Marked 2 years 11 months ago onto Bookmarks
Source: https://www.dotnettricks.com/learn/angular/pipes-custom-pipes-example-usages
Transforming and showing the modified data to the user is what pipes are used for, in Angular. Pipes help to apply fine tune to the data and display value transformation to the user. Pipes can also be thought of, as styles which we apply in the HTML template. A pipe takes in some data as input and returns an output based on the output of transform function evaluation.
Category:
Comments
Leave your comment below