12 lines
		
	
	
		
			194 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!doctype html> | ||
|  | <html> | ||
|  |   <title>Angular 2.0 Hello World payload test</title> | ||
|  | <body> | ||
|  |   <hello-app> | ||
|  |     Loading... | ||
|  |   </hello-app> | ||
|  |   <script src="app-bundle-deps.min.js"></script> | ||
|  | </body> | ||
|  | </html> | ||
|  | 
 |