21 lines
		
	
	
		
			361 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			361 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <!-- Prevent the browser from requesting any favicon. -->
 | |
|   <link rel="icon" href="data:,">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 
 | |
|   <h1>Change Detection Benchmark</h1>
 | |
|   <div id="rendererMode">...</div>
 | |
| 
 | |
|   <benchmark-root>Loading...</benchmark-root>
 | |
| 
 | |
|   <!--load location for ts_devserver-->
 | |
|   <script src="/app_bundle.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |