docs: move hierarchical injectors to reference section (#39383)
PR Close #39383
This commit is contained in:
parent
05f87be033
commit
d50a8310e7
|
@ -244,11 +244,6 @@
|
|||
"title": "Angular Dependency Injection",
|
||||
"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",
|
||||
"title": "DI Providers",
|
||||
|
@ -922,6 +917,11 @@
|
|||
"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."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue