3: Create a Feature Component
authorKai Moritz <kai@juplo.de>
Sat, 2 May 2020 17:11:56 +0000 (19:11 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 2 May 2020 17:22:56 +0000 (19:22 +0200)
commitaa0556604bc625981bfd2f787f7b1ef2dadb9938
tree9f25cb40def6bd0471a0b3752e59811994969531
parentbc2bcd6cfedf856a198715419ac97eea9c14f3c5
3: Create a Feature Component
a) Make the HeroDetailComponent
src/app/app.module.ts
src/app/hero-detail/hero-detail.component.css [new file with mode: 0644]
src/app/hero-detail/hero-detail.component.html [new file with mode: 0644]
src/app/hero-detail/hero-detail.component.spec.ts [new file with mode: 0644]
src/app/hero-detail/hero-detail.component.ts [new file with mode: 0644]
src/app/heroes/heroes.component.html