@Component({
	selector:    'app-hero-list',
	templateUrl: './hero-list.component.html',
	providers:  [ HeroService ]
})