Skip to content

Commit 0528b47

Browse files
4javierthePunderWoman
authored andcommitted
docs: fix final code review section codetabs path (angular#45604)
Fix paths for codetabs in final review section messed up by this commit angular@42289f2 They were all pointing to `heroes-search.component` PR Close angular#45604
1 parent 79de026 commit 0528b47

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

aio/content/tutorial/toh-pt6.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -482,36 +482,39 @@ Here are the code files discussed on this page \(all in the `src/app/` folder\).
482482
### `HeroService`, `InMemoryDataService`, `AppModule`
483483

484484
<code-tabs>
485-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
485+
<code-pane header="hero.service.ts" path="toh-pt6/src/app/hero.service.ts"></code-pane>
486486
<code-pane header="in-memory-data.service.ts" path="toh-pt6/src/app/in-memory-data.service.ts"></code-pane>
487-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
487+
<code-pane header="app.module.ts" path="toh-pt6/src/app/app.module.ts"></code-pane>
488488
</code-tabs>
489489

490490
<a id="heroescomponent"></a>
491491

492492
### `HeroesComponent`
493493

494494
<code-tabs>
495-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
495+
<code-pane header="heroes/heroes.component.html" path="toh-pt6/src/app/hero-search/heroes.component.html"></code-pane>
496496
<code-pane header="heroes/heroes.component.ts" path="toh-pt6/src/app/heroes/heroes.component.ts"></code-pane>
497-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
497+
<code-pane header="heroes/heroes.component.css" path="toh-pt6/src/app/heroes/heroes.component.css"></code-pane>
498498
</code-tabs>
499499

500500
<a id="herodetailcomponent"></a>
501501

502502
### `HeroDetailComponent`
503503

504504
<code-tabs>
505-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
505+
<code-pane header="hero-detail/hero-detail.component.html" path="toh-pt6/src/app/hero-detail/hero-detail.component.html"></code-pane>
506506
<code-pane header="hero-detail/hero-detail.component.ts" path="toh-pt6/src/app/hero-detail/hero-detail.component.ts"></code-pane>
507+
<code-pane header="hero-detail/hero-detail.component.css" path="toh-pt6/src/app/hero-detail/hero-detail.component.css"></code-pane>
507508
</code-tabs>
508509

509510
<a id="dashboardcomponent"></a>
510511

511512
### `DashboardComponent`
512513

513514
<code-tabs>
514-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
515+
<code-pane header="dashboard/dashboard.component.html" path="toh-pt6/src/app/dashboard/dashboard.component.html"></code-pane>
516+
<code-pane header="dashboard/dashboard.component.ts" path="toh-pt6/src/app/dashboard/dashboard.component.ts"></code-pane>
517+
<code-pane header="dashboard/dashboard.component.css" path="toh-pt6/src/app/dashboard/dashboard.component.css"></code-pane>
515518
</code-tabs>
516519

517520
<a id="herosearchcomponent"></a>
@@ -521,7 +524,7 @@ Here are the code files discussed on this page \(all in the `src/app/` folder\).
521524
<code-tabs>
522525
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
523526
<code-pane header="hero-search/hero-search.component.ts" path="toh-pt6/src/app/hero-search/hero-search.component.ts"></code-pane>
524-
<code-pane header="hero-search/hero-search.component.html" path="toh-pt6/src/app/hero-search/hero-search.component.html"></code-pane>
527+
<code-pane header="hero-search/hero-search.component.css" path="toh-pt6/src/app/hero-search/hero-search.component.css"></code-pane>
525528
</code-tabs>
526529

527530
## Summary

0 commit comments

Comments
 (0)