docs: change order of Angular Elements article (#30521)

PR Close #30268

PR Close #30521
This commit is contained in:
artem-galas 2019-05-16 22:43:37 +03:00 committed by Alex Rickabaugh
parent 7ca611cd12
commit bbb27b5517
1 changed files with 5 additions and 5 deletions

View File

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