17 lines
		
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<!-- #docregion -->
 | 
						|
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
  <title>Angular 2 Structural Directives</title>
 | 
						|
  <link rel="stylesheet" href="styles.css">
 | 
						|
  <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>
 |