1.

What are the different types of filters in AngularJS?

Answer»
  • CURRENCY It formats a number to a currency format.
  • Date It formats a date to a SPECIFIED format
  • Filter It selects a subset of ITEMS from an array.
  • JSON It formats an object to a Json string
  • Limit It is used to limit an array/string, into a specified number of elements/characters.
  • Lowercase It formats a string to LOWER case
  • Uppercase It formats a string to upper case.
  • Number It formats a number to a string.


Discussion

No Comment Found