``` var angular2_1 = require('angular2/angular2'); var MyAppComponent = (function () { function MyAppComponent() { this.name = 'Alice'; } MyAppComponent = __decorate([ angular2_1.Component({ selector: 'my-app' }), angular2_1.View({ template: '