16 lines
		
	
	
		
			519 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			519 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								System.register(['angular2/platform/browser', './app.component.1'], function(exports_1) {
							 | 
						||
| 
								 | 
							
								    var browser_1, app_component_1_1;
							 | 
						||
| 
								 | 
							
								    return {
							 | 
						||
| 
								 | 
							
								        setters:[
							 | 
						||
| 
								 | 
							
								            function (browser_1_1) {
							 | 
						||
| 
								 | 
							
								                browser_1 = browser_1_1;
							 | 
						||
| 
								 | 
							
								            },
							 | 
						||
| 
								 | 
							
								            function (app_component_1_1_1) {
							 | 
						||
| 
								 | 
							
								                app_component_1_1 = app_component_1_1_1;
							 | 
						||
| 
								 | 
							
								            }],
							 | 
						||
| 
								 | 
							
								        execute: function() {
							 | 
						||
| 
								 | 
							
								            browser_1.bootstrap(app_component_1_1.AppComponent);
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								});
							 | 
						||
| 
								 | 
							
								//# sourceMappingURL=boot.1.js.map
							 |