From 1e0bd22d57a269146c7215108b576ff9c932c630 Mon Sep 17 00:00:00 2001 From: Patrice Delorme Date: Fri, 2 Sep 2016 15:13:18 +0200 Subject: [PATCH] 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 --- public/docs/ts/latest/guide/dependency-injection.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/dependency-injection.jade b/public/docs/ts/latest/guide/dependency-injection.jade index 43d758dfbd..d8676e1419 100644 --- a/public/docs/ts/latest/guide/dependency-injection.jade +++ b/public/docs/ts/latest/guide/dependency-injection.jade @@ -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