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.

Example

currency: This filter is used to FORMAT a number to a currency format.
date: This filter is used to format a date to a specified format.



Discussion

No Comment Found