docs: move hierarchical injectors to reference section (#39383)

PR Close #39383
This commit is contained in:
Kapunahele Wong 2020-10-22 08:04:01 -04:00 committed by Alex Rickabaugh
parent 05f87be033
commit d50a8310e7
1 changed files with 5 additions and 5 deletions

View File

@ -244,11 +244,6 @@
"title": "Angular Dependency Injection", "title": "Angular Dependency Injection",
"tooltip": "Angular's dependency injection system creates and delivers dependent services to Angular-created classes." "tooltip": "Angular's dependency injection system creates and delivers dependent services to Angular-created classes."
}, },
{
"url": "guide/hierarchical-dependency-injection",
"title": "Hierarchical Injectors",
"tooltip": "An injector tree parallels the component tree and supports nested dependencies."
},
{ {
"url": "guide/dependency-injection-providers", "url": "guide/dependency-injection-providers",
"title": "DI Providers", "title": "DI Providers",
@ -922,6 +917,11 @@
"tooltip": "How observables compare to promises and other message passing techniques." "tooltip": "How observables compare to promises and other message passing techniques."
} }
] ]
},
{
"url": "guide/hierarchical-dependency-injection",
"title": "Hierarchical Injectors",
"tooltip": "An injector tree parallels the component tree and supports nested dependencies."
} }
] ]
}, },