import { Hero } from './hero'
const HEROES: Hero[] = [ { id: 20, name: 'Tornado' } ];
import { Input } from '@angular/core'; @Input() hero: Hero;