This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Description
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.