Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

AngularJS Filters

            AngularJS डेटा बदलने के लिए फ़िल्टर प्रदान करता है:

           AngularJS provides filters to transform data:

  • 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.

  • limitto:-  limits an array/string, into a specified number of elements/characters.

  • lowercase:-  format a string to lower case.

  • number:-  format a number to a string.

  • orderby:-  orders an array by an expression.

  • uppercase:-  format a string to upper case.

error: Content is protected !!