Skip to content

Commit e83775c

Browse files
gkalpakAndrewKushnir
authored andcommitted
docs: fix code snippets in TOH (part 5) "Final code review" section (angular#45830)
Fixes angular#45736 PR Close angular#45830
1 parent 2ed7532 commit e83775c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

aio/content/tutorial/toh-pt5.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -423,17 +423,18 @@ Here are the code files discussed on this page.
423423
#### `AppRoutingModule`, `AppModule`, and `HeroService`
424424

425425
<code-tabs>
426-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
427426
<code-pane header="src/app/app.module.ts" path="toh-pt5/src/app/app.module.ts"></code-pane>
428-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
427+
<code-pane header="src/app/app-routing.module.ts" path="toh-pt5/src/app/app-routing.module.ts"></code-pane>
428+
<code-pane header="src/app/hero.service.ts" path="toh-pt5/src/app/hero.service.ts"></code-pane>
429429
</code-tabs>
430430

431431
<a id="appcomponent"></a>
432432

433433
#### `AppComponent`
434434

435435
<code-tabs>
436-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
436+
<code-pane header="src/app/app.component.html" path="toh-pt5/src/app/app.component.html"></code-pane>
437+
<code-pane header="src/app/app.component.ts" path="toh-pt5/src/app/app.component.ts"></code-pane>
437438
<code-pane header="src/app/app.component.css" path="toh-pt5/src/app/app.component.css"></code-pane>
438439
</code-tabs>
439440

0 commit comments

Comments
 (0)