diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 4d743625a9..fbbd0cff40 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -157,6 +157,11 @@ "url": "guide/dynamic-component-loader", "title": "Dynamic Components", "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." }, - { - "url": "guide/pipes", - "title": "Pipes", - "tooltip": "Pipes transform displayed values within a template." - }, - { "url": "guide/router", "title": "Routing & Navigation",