Saturday, 18 March 2017

What AngularJS filters can do and how to use them ?


Filters can :
  • Format data
  • Sort data
  • Filter data

Filters can be used with binding expression or a directive using PIPE | symbol
{{ <expression> | <filterName>:<parameter> }}

No comments:

Post a Comment

Note: only a member of this blog may post a comment.