docs(DI): fixed Url of "Should I add providers to the root AppModule or the root AppComponent?"

closes #2251
Fixed url "Should I add providers to the root AppModule or the root AppComponent?" to proper link : NgModule to NgModule-FAQ
This commit is contained in:
Patrice Delorme 2016-09-02 15:13:18 +02:00 committed by Ward Bell
parent 745f0554e0
commit 1e0bd22d57

View File

@ -283,7 +283,7 @@ block ctor-syntax
.l-sub-section
:marked
Read also **Should I add providers to the root AppModule or the root AppComponent?** at the [NgModule](ngmodule.html#q-root-component-or-module) chapter.
Read also **Should I add app-wide providers to the root `AppModule` or the root `AppComponent`?** in the [NgModule FAQ](../cookbook/ngmodule-faq.html#!#q-root-component-or-module) chapter.
:marked
### Preparing the HeroListComponent for injection