docs: Updated TOH Heros documentation (#28347)

Updated the TOH Heros documentation to specify that the ng cli now generates 4 files
PR Close #28347
This commit is contained in:
Rick Katka 2019-01-24 11:36:15 -06:00 committed by Ben Lesh
parent 9f7a9c607e
commit 0071048cf9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Using the Angular CLI, generate a new component named `heroes`.
</code-example>
The CLI creates a new folder, `src/app/heroes/`, and generates
the three files of the `HeroesComponent`.
the four files of the `HeroesComponent`.
The `HeroesComponent` class file is as follows: