16 lines
		
	
	
		
			420 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			420 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!-- #docregion --> | ||
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  |   <head> | ||
|  |     <script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.87/traceur-runtime.js"></script> | ||
|  |     <script src="https://jspm.io/system@0.16.js"></script> | ||
|  |     <script src="https://code.angularjs.org/2.0.0-alpha.34/angular2.dev.js"></script> | ||
|  |   </head> | ||
|  |   <body> | ||
|  |     <my-app></my-app> | ||
|  |     <script> | ||
|  |       System.import('app'); | ||
|  |     </script> | ||
|  |   </body> | ||
|  | </html> |