import { Component, Input } from '@angular/core'; import { Hero } from './hero'; import { HeroTeamComponent } from './hero-team.component'; // #docregion styleurls @Component({ selector: 'hero-details', template: `