// #docregion export const heroDetailComponent = { bindings: { hero: '=' }, template: `

{{$ctrl.hero.name}}

` };