Google News
logo
UI Developer - Interview Questions
List the types of filters in AngularJS.
Types of filters used in AngularJS are : 
 
currency : Format a number to a currency format.

date : Format a date to a specified format.

filter : Select a subset of items from an array.

json : Format an object to a JSON string.

limit : To Limit an array/string, into a specified number of elements/characters.

lowercase : Format a string to lowercase.

number : Format a number to a string.

orderBy : Orders an array by an expression.

uppercase : Format a string to uppercase.
Advertisement