From bbb27b5517d2ed9fd3cd924b45d8f40a4e68187f Mon Sep 17 00:00:00 2001 From: artem-galas Date: Thu, 16 May 2019 22:43:37 +0300 Subject: [PATCH] docs: change order of Angular Elements article (#30521) PR Close #30268 PR Close #30521 --- 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 2d0fd97166..5bebd93062 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -208,16 +208,16 @@ "title": "Component Styles", "tooltip": "Add CSS styles that are specific to a component." }, - { - "url": "guide/elements", - "title": "Angular Elements", - "tooltip": "Convert components to Custom Elements." - }, { "url": "guide/dynamic-component-loader", "title": "Dynamic Components", "tooltip": "Load components dynamically." }, + { + "url": "guide/elements", + "title": "Angular Elements", + "tooltip": "Convert components to Custom Elements." + }, { "url": "guide/attribute-directives", "title": "Attribute Directives",