InterviewSolution
Saved Bookmarks
| 1. |
What are pipes in Angular 6? |
|
Answer» In ANGULAR 6, Pipes are a way to DECLARE HTML components by WRITING display-value TRANSFORMATIONS. A pipe usually takes the original data as input and transforms it into the desired output format. |
|