docs: change order of Angular Elements article (#30521)
PR Close #30268 PR Close #30521
This commit is contained in:
parent
7ca611cd12
commit
bbb27b5517
|
@ -208,16 +208,16 @@
|
||||||
"title": "Component Styles",
|
"title": "Component Styles",
|
||||||
"tooltip": "Add CSS styles that are specific to a component."
|
"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",
|
"url": "guide/dynamic-component-loader",
|
||||||
"title": "Dynamic Components",
|
"title": "Dynamic Components",
|
||||||
"tooltip": "Load components dynamically."
|
"tooltip": "Load components dynamically."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "guide/elements",
|
||||||
|
"title": "Angular Elements",
|
||||||
|
"tooltip": "Convert components to Custom Elements."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "guide/attribute-directives",
|
"url": "guide/attribute-directives",
|
||||||
"title": "Attribute Directives",
|
"title": "Attribute Directives",
|
||||||
|
|
Loading…
Reference in New Issue