@Component({
selector: 'app-hero-team',
template: `
‹!-- We must use a relative URL so that the AOT compiler can find the stylesheet --›
‹link rel="stylesheet" href="../assets/hero-team.component.css"›
‹h3›Team‹/h3›
‹ul›
‹li *ngFor="let member of hero.team"›
{{member}}
‹/li›
‹/ul›
`
})