Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 56a9eab

Browse files
lirantalgkalpak
authored andcommitted
docs(guide/filter): add link to list of built-in filters
Closes #14828
1 parent 2e0e77e commit 56a9eab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/content/guide/filter.ngdoc

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55

66
# Filters
77

8-
A filter formats the value of an expression for display to the user. They can be used in view templates,
9-
controllers or services and it is easy to define your own filter.
8+
Filters format the value of an expression for display to the user. They can be used in view
9+
templates, controllers or services. Angular comes with a collection of
10+
[built-in filters](api/ng/filter), but it is easy to define your own as well.
1011

11-
The underlying API is the {@link ng.$filterProvider `filterProvider`}.
12+
The underlying API is the {@link ng.$filterProvider}.
1213

1314
## Using filters in view templates
1415

0 commit comments

Comments
 (0)