diff --git a/src/app/heroes/heroes.component.html b/src/app/heroes/heroes.component.html index 1043e78..3e59ac1 100644 --- a/src/app/heroes/heroes.component.html +++ b/src/app/heroes/heroes.component.html @@ -1,16 +1,18 @@ - -

My Heroes

\ No newline at end of file + + +
+

{{selectedHero.name | uppercase}} Details

+
id: {{selectedHero.id}}
+
+ + +
+
\ No newline at end of file