docs: clarify hierarchical injectors (#28700)

PR Close #28700
This commit is contained in:
Kapunahele Wong
2019-02-13 12:50:30 -05:00
committed by Andrew Kushnir
parent 3cf2005a93
commit 1c6516199e
55 changed files with 1638 additions and 194 deletions

View File

@ -134,7 +134,7 @@ The `@NgModule()` and `@Component()` decorators have the `providers` metadata op
Components are directives, and the `providers` option is inherited from `@Directive()`. You can also configure providers for directives and pipes at the same level as the component.
Learn more about [where to configure providers](guide/hierarchical-dependency-injection#where-to-register).
Learn more about [where to configure providers](guide/hierarchical-dependency-injection).
</div>

File diff suppressed because it is too large Load Diff