Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4afa39 commit 8801e69Copy full SHA for 8801e69
docs/content/guide/dev_guide.templates.filters.ngdoc
@@ -2,9 +2,7 @@
2
@name Developer Guide: Templates: Understanding Angular Filters
3
@description
4
5
-Angular filters format data for display to the user. In addition to formatting data, filters can
6
-also modify the DOM. This allows filters to handle tasks such as conditionally applying CSS styles
7
-to filtered output.
+Angular filters format data for display to the user.
8
9
For example, you might have a data object that needs to be formatted according to the locale before
10
displaying it to the user. You can pass expressions through a chain of filters like this:
0 commit comments