docs: remove duplicate sentence in toh-pt5 (#32021)

PR Close #32021
This commit is contained in:
Daniel Waxweiler 2019-08-06 22:48:12 +02:00 committed by Alex Rickabaugh
parent 46304a4f83
commit 939529ce5d
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ configures it with the `routes` in one step by calling
Next, `AppRoutingModule` exports `RouterModule` so it will be available throughout the app.
Open the `AppComponent` template and replace the `<app-heroes>` element with a `<router-outlet>` element.
<code-example path="toh-pt5/src/app/app-routing.module.ts" header="src/app/app-routing.module.ts (exports array)" region="export-routermodule">
</code-example>