What are the different types of filters in AngularJS?
- 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.
BY Best Interview Question ON 01 Apr 2020