File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -423,17 +423,18 @@ Here are the code files discussed on this page.
423
423
#### ` AppRoutingModule ` , ` AppModule ` , and ` HeroService `
424
424
425
425
<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>
427
426
<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>
429
429
</code-tabs >
430
430
431
431
<a id =" appcomponent " ></a >
432
432
433
433
#### ` AppComponent `
434
434
435
435
<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>
437
438
<code-pane header="src/app/app.component.css" path="toh-pt5/src/app/app.component.css"></code-pane>
438
439
</code-tabs >
439
440
You can’t perform that action at this time.
0 commit comments