What are filters in AngularJS ? Can you list some?

devquora
devquora

Posted On: Feb 22, 2018

 

Angualr.JS filters are efficient in modifying the data. With the help of pipe (|) character, they are clubbed into the directive or expression.

FiltersFunctions
UppercaseIt used to convert text to upper case text.
LowercaseIt used to convert text to lower case text.
CurrencyIt is used to formats a number to a currency format.
Order byIt is used to orders the array on the basis of given criteria.
FilterIt is used to order the array to a subset of it on the basis of given criteria.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions