11 lines
		
	
	
		
			193 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			193 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> |