Skip to content

Commit

Permalink
docs: remove bad line
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogarthyde committed Apr 2, 2018
1 parent ad7e4cc commit c460a55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aio/content/tutorial/toh-pt4.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ The `@Injectable()` decorator accepts a metadata object for the service, the sam

To do this, look for the `@Injectable()` statement right before the `HeroService` class definition, and add the `providedIn` metadata value.You typically provide a service at the root level, so that it can be used anywhere in the app:

<code-example path="toh-pt4/src/app/hero.service.1.ts" region="getHeroes">
</code-example>
<code-example path="toh-pt4/src/app/hero.service.2.ts" linenums="false" title="src/app/app.service.ts (provide service)" region="provider">
</code-example>

Expand Down

0 comments on commit c460a55

Please sign in to comment.