InterviewSolution
Saved Bookmarks
| 1. |
Explain filters in Angular 4? |
|
Answer» The filter is a vital aspect in AngularJS as well as ANGULAR 4. It is the method of separating an item from a group of items INSIDE an array or object arrays by SPECIFYING a particular type to it. Examplecurrency: This filter is used to FORMAT a number to a currency format. |
|