docs: Move pipes documentation from Components to Templates (#38983)

PR Close #38983
This commit is contained in:
David Shevitz 2020-09-24 20:11:29 +00:00 committed by Andrew Kushnir
parent 60f761b4c2
commit 06d0d8e31d
1 changed files with 5 additions and 5 deletions

View File

@ -106,11 +106,6 @@
"title": "User Input",
"tooltip": "User input triggers DOM events. Angular listens to those events with event bindings that funnel updated values back into your app's components and models."
},
{
"url": "guide/pipes",
"title": "Pipes",
"tooltip": "Pipes transform displayed values within a template."
},
{
"url": "guide/lifecycle-hooks",
"title": "Component Lifecycle",
@ -167,6 +162,11 @@
"title": "Template statements",
"tooltip": "Introductory guide to statements in templates that respond to events that components, directives, or elements raise."
},
{
"url": "guide/pipes",
"title": "Pipes",
"tooltip": "Pipes transform displayed values within a template."
},
{
"url": "guide/binding-syntax",
"title": "Binding syntax",