From 33c7d23fdd50a07918267d0d66e6446b5859b79b Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Thu, 24 Sep 2020 20:11:29 +0000 Subject: [PATCH] docs: Move pipes documentation from Components to Templates (#38983) PR Close #38983 --- aio/content/navigation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 9847773fff..1164a6f74b 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -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",