Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions aio/content/tutorial/toh-pt5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down