This commit is contained in:
Rex 2016-10-17 15:22:23 +01:00
parent abdb946d3b
commit 606c656f1b
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ block app-comp-v1
We ***do not want two copies*** of this service at two different levels of our app.
回到`HeroesComponent`,并从`providers`数组中**移除`HeroService`**。
我们要把它从`HeroesComponent`*提升*到`AppComponent`中。
我们要把它从`HeroesComponent`*提升*到根`NgModule`中。
我们可不希望在应用的两个不同层次上存在它的***两个副本***。
:marked