InterviewSolution
Saved Bookmarks
| 1. |
What is pipes in Angular 2? |
|
Answer» In all ANGULAR version from 2 onwards, there is a common feature called Pipes. This feature helps developers create custom pipes. Pipes are used to write display-value transformations that developers can declare in their HTML. A pipe INPUTS data and TRANSFORMS it into the REQUIRED output. Pipes in Angular2There are some pipe provided by angularjs are given below-
|
|