* 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.
		
			
				
	
	
		
			20 lines
		
	
	
		
			480 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			480 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<!-- #docregion -->
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <title>Angular Http Demo</title>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <link rel="stylesheet" href="styles.css">
 | 
						|
    <link rel="stylesheet" href="sample.css">
 | 
						|
 | 
						|
    <script defer src="main.dart" type="application/dart"></script>
 | 
						|
    <script defer src="packages/browser/dart.js"></script>
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body>
 | 
						|
    <my-app>Loading...</my-app>
 | 
						|
  </body>
 | 
						|
 | 
						|
</html>
 |