16 lines
		
	
	
		
			316 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			316 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <!-- #docregion -->
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <title>Angular 2 Structural Directives</title>
 | |
|   <script defer src="main.dart" type="application/dart"></script>
 | |
|   <script defer src="packages/browser/dart.js"></script>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   <structural-directives>Loading...</structural-directives>
 | |
| </body>
 | |
| 
 | |
| </html>
 |