* update to beta.22 * Dart SDK 1.19.0 or later is required * minor edits to sample app titles to e2e tests pass * Renamed “Angular 2” to “Angular” so that shared e2e tests pass. * Tweak to QS prose.
		
			
				
	
	
		
			17 lines
		
	
	
		
			358 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			358 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <!-- #docregion -->
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <title>Angular 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>
 |