From de25cdac54a484cd03d5931f75a08ff56f27f779 Mon Sep 17 00:00:00 2001 From: Eduard Bondarenko Date: Mon, 2 Nov 2020 13:20:02 +0200 Subject: [PATCH] docs: move lazy loading section to the best practices section (#41378) PR Close #41378 --- 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 eb71730b33..cff46211fb 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -457,6 +457,11 @@ "title": "Property Binding Best Practices", "tooltip": "Use property binding efficiently." }, + { + "url": "guide/lazy-loading-ngmodules", + "title": "Lazy Loading Feature Modules", + "tooltip": "Lazy load modules to speed up your apps." + }, { "url": "guide/lightweight-injection-tokens", "title": "Lightweight Injection Tokens for Libraries", @@ -833,11 +838,6 @@ "title": "Singleton Services", "tooltip": "Creating singleton services." }, - { - "url": "guide/lazy-loading-ngmodules", - "title": "Lazy Loading Feature Modules", - "tooltip": "Lazy load modules to speed up your apps." - }, { "url": "guide/sharing-ngmodules", "title": "Sharing NgModules",