| 
									
										
										
										
											2017-01-14 14:44:47 -08:00
										 |  |  | <!-- #docregion --> | 
					
						
							|  |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <title>Ahead of time compilation (JIT)</title> | 
					
						
							| 
									
										
										
										
											2017-01-28 00:38:34 +01:00
										 |  |  |     <base href="/"> | 
					
						
							| 
									
										
										
										
											2017-01-14 14:44:47 -08:00
										 |  |  |     <meta charset="UTF-8"> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="styles.css"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <script src="node_modules/core-js/client/shim.min.js"></script> | 
					
						
							|  |  |  |     <script src="node_modules/zone.js/dist/zone.js"></script> | 
					
						
							|  |  |  |   <!-- #docregion jit --> | 
					
						
							|  |  |  |     <script src="node_modules/systemjs/dist/system.src.js"></script> | 
					
						
							|  |  |  |     <script src="systemjs.config.js"></script> | 
					
						
							|  |  |  |     <script> | 
					
						
							|  |  |  |       System.import('app/main-jit').catch(function(err){ console.error(err); }); | 
					
						
							|  |  |  |     </script> | 
					
						
							|  |  |  |   <!-- #enddocregion jit --> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <my-app>Loading...</my-app> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |