Skip to content

Commit

Permalink
docs: incorporate review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sreevani-ship-it committed May 2, 2018
1 parent cc522eb commit 33a00e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ The service can be instantiated by configuring a factory function as shown below

<div class="l-sub-section">

Note that you cannot override tree-shakable providers registered in the `@injectable` decorator of the service. Use the `providers[]` array syntax to register providers when you intend to override providers in your app.
To override tree-shakable providers, register the provider in the `providers[]` array property of any Angular decorator that supports it.

</div>

Expand Down

0 comments on commit 33a00e2

Please sign in to comment.