// #docplaster // #docregion appexport (function(app) { // #enddocregion appexport // #docregion metadata // #docregion appexport // #docregion constructorproto function HeroComponent() { this.title = "Hero Detail"; } HeroComponent.prototype.getName = function() { return 'Windstorm'; }; // #enddocregion constructorproto // #enddocregion appexport HeroComponent.annotations = [ new ng.core.Component({ selector: 'hero-view', template: '