docs(aio): move pipes guide under components
This commit is contained in:
parent
9650ff0824
commit
ea9d8a6bc7
|
@ -157,6 +157,11 @@
|
||||||
"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/pipes",
|
||||||
|
"title": "Pipes",
|
||||||
|
"tooltip": "Pipes transform displayed values within a template."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -212,12 +217,6 @@
|
||||||
"tooltip": "Translate the app's template text into multiple languages."
|
"tooltip": "Translate the app's template text into multiple languages."
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"url": "guide/pipes",
|
|
||||||
"title": "Pipes",
|
|
||||||
"tooltip": "Pipes transform displayed values within a template."
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"url": "guide/router",
|
"url": "guide/router",
|
||||||
"title": "Routing & Navigation",
|
"title": "Routing & Navigation",
|
||||||
|
|
Loading…
Reference in New Issue