diff --git a/aio/content/tutorial/toh-pt4.md b/aio/content/tutorial/toh-pt4.md index 8af34c8136..3c00f29e40 100644 --- a/aio/content/tutorial/toh-pt4.md +++ b/aio/content/tutorial/toh-pt4.md @@ -106,7 +106,9 @@ and inject into any class that asks for it. The `HeroService` is now ready to plug into the `HeroesComponent`.
+ Learn more about _providers_ in the [NgModules](guide/ngmodule#providers) guide. +
## Update `HeroesComponent`