You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you remove <my-hero-detail [hero]="selectedHero"></my-hero-detail> from the templateurl: 'app/heroes.component.html' and use instead a router navigation to HeroDetail. I think you don't need the import { HeroDetailComponent }and directives: [HeroDetailComponent] anymore in the HeroesComponent file.
After you remove
<my-hero-detail [hero]="selectedHero"></my-hero-detail>from thetemplateurl: 'app/heroes.component.html'and use instead a router navigation to HeroDetail. I think you don't need theimport { HeroDetailComponent }anddirectives: [HeroDetailComponent]anymore in the HeroesComponent file.