docs: add mock heroes to the code review tabs for TOH pt. 2 (#31080)

PR Close #31080
This commit is contained in:
Enrico Graziani 2019-06-16 18:36:58 +01:00 committed by Andrew Kushnir
parent c52ade2878
commit 98515e1ecf
1 changed files with 4 additions and 0 deletions

View File

@ -237,6 +237,10 @@ Your app should look like this <live-example></live-example>.
Here are the code files discussed on this page, including the `HeroesComponent` styles.
<code-tabs>
<code-pane header="src/app/mock-heroes.ts" path="toh-pt2/src/app/mock-heroes.ts">
</code-pane>
<code-pane header="src/app/heroes/heroes.component.ts" path="toh-pt2/src/app/heroes/heroes.component.ts">
</code-pane>