From 72f4497f11bae21f3179f3c5baf72f3f77936ca0 Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Thu, 24 Sep 2020 20:17:25 +0000 Subject: [PATCH] docs: move Inputs and Outputs topic to Components section (#38984) PR Close #38984 --- 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 efac7d1af5846..da7bbf271fc04 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -131,6 +131,11 @@ "title": "Component Styles", "tooltip": "Add CSS styles that are specific to a component." }, + { + "url": "guide/inputs-outputs", + "title": "Inputs and Outputs", + "tooltip": "Introductory guide to sharing data between parent and child directives or components." + }, { "url": "guide/dynamic-component-loader", "title": "Dynamic Components", @@ -192,11 +197,6 @@ "title": "Template reference variables", "tooltip": "Introductory guide to referring to DOM elements within a template." }, - { - "url": "guide/inputs-outputs", - "title": "Inputs and Outputs", - "tooltip": "Introductory guide to sharing data between parent and child directives or components." - }, { "url": "guide/template-expression-operators", "title": "Template expression operators",