26 lines
		
	
	
		
			790 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			790 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE HTML>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								  <hero-app>
							 | 
						||
| 
								 | 
							
								    <my-container></my-container>
							 | 
						||
| 
								 | 
							
								  </hero-app>
							 | 
						||
| 
								 | 
							
								  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0-rc.0/angular.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="../node_modules/systemjs/dist/system.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="../node_modules/rxjs/bundles/Rx.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="../node_modules/angular2/bundles/angular2-polyfills.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="../node_modules/angular2/bundles/upgrade.dev.js"></script>
							 | 
						||
| 
								 | 
							
								  <script>
							 | 
						||
| 
								 | 
							
								    System.config({
							 | 
						||
| 
								 | 
							
								      packages: {
							 | 
						||
| 
								 | 
							
								        'js': {defaultExtension: 'js'}
							 | 
						||
| 
								 | 
							
								      }
							 | 
						||
| 
								 | 
							
								    });
							 | 
						||
| 
								 | 
							
								    System.import('js/upgrade-static/app.module')
							 | 
						||
| 
								 | 
							
								      .catch(function(e) { console.error(e); });
							 | 
						||
| 
								 | 
							
								  </script>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |