docs: move Inputs and Outputs topic to Components section (#38984)

PR Close #38984
This commit is contained in:
David Shevitz 2020-09-24 20:17:25 +00:00 committed by atscott
parent 96dd78e0c6
commit 72f4497f11
1 changed files with 5 additions and 5 deletions

View File

@ -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",