// #docregion (function(app) { app.AppComponent = ng.core .Component({ selector: 'my-app', template: '', directives: [app.HeroFormComponent] }) .Class({ constructor: function() {} }); })(window.app || (window.app = {}));