| 
									
										
										
										
											2015-08-03 17:45:58 -07:00
										 |  |  | var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | 
					
						
							|  |  |  |     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") return Reflect.decorate(decorators, target, key, desc); | 
					
						
							|  |  |  |     switch (arguments.length) { | 
					
						
							|  |  |  |         case 2: return decorators.reduceRight(function(o, d) { return (d && d(o)) || o; }, target); | 
					
						
							|  |  |  |         case 3: return decorators.reduceRight(function(o, d) { return (d && d(target, key)), void 0; }, void 0); | 
					
						
							|  |  |  |         case 4: return decorators.reduceRight(function(o, d) { return (d && d(target, key, o)) || o; }, desc); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | var __metadata = (this && this.__metadata) || function (k, v) { | 
					
						
							|  |  |  |     if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | // #docregion
 | 
					
						
							|  |  |  | // #docregion import
 | 
					
						
							|  |  |  | var angular2_1 = require('angular2/angular2'); | 
					
						
							|  |  |  | // #enddocregion
 | 
					
						
							| 
									
										
										
										
											2015-08-08 13:55:53 -07:00
										 |  |  | // #docregion class-w-annotations
 | 
					
						
							| 
									
										
										
										
											2015-08-03 17:45:58 -07:00
										 |  |  | var AppComponent = (function () { | 
					
						
							|  |  |  |     function AppComponent() { | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     AppComponent = __decorate([ | 
					
						
							|  |  |  |         angular2_1.Component({ | 
					
						
							|  |  |  |             selector: 'my-app' | 
					
						
							|  |  |  |         }), | 
					
						
							|  |  |  |         angular2_1.View({ | 
					
						
							| 
									
										
										
										
											2015-08-08 13:55:53 -07:00
										 |  |  |             template: '<h1 id="output">My First Angular 2 App</h1>' | 
					
						
							| 
									
										
										
										
											2015-08-03 17:45:58 -07:00
										 |  |  |         }),  | 
					
						
							|  |  |  |         __metadata('design:paramtypes', []) | 
					
						
							|  |  |  |     ], AppComponent); | 
					
						
							|  |  |  |     return AppComponent; | 
					
						
							|  |  |  | })(); | 
					
						
							| 
									
										
										
										
											2015-08-08 13:55:53 -07:00
										 |  |  | // #enddocregion
 | 
					
						
							|  |  |  | // #enddocregion
 | 
					
						
							| 
									
										
										
										
											2015-08-03 17:45:58 -07:00
										 |  |  | // #docregion bootstrap
 | 
					
						
							|  |  |  | angular2_1.bootstrap(AppComponent); | 
					
						
							|  |  |  | // #enddocregion
 | 
					
						
							| 
									
										
										
										
											2015-08-08 13:55:53 -07:00
										 |  |  | // #enddocregion 
 | 
					
						
							|  |  |  | //# sourceMappingURL=app.js.map
 |