docs: move lazy loading section to the best practices section (#41378)
PR Close #41378
This commit is contained in:
parent
ad427cf30a
commit
de25cdac54
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue