| 
									
										
										
										
											2019-01-28 21:59:25 +01:00
										 |  |  | <!doctype html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |   <meta charset="utf-8"> | 
					
						
							|  |  |  |   <title>Angular Examples</title> | 
					
						
							|  |  |  |   <base href="/"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <!-- Prevent the browser from requesting any favicon. This could throw off the console
 | 
					
						
							|  |  |  |       output checks. --> | 
					
						
							|  |  |  |   <link rel="icon" href="data:,"> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  |   <example-app>Loading...</example-app> | 
					
						
							| 
									
										
										
										
											2019-11-22 13:12:05 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-25 13:46:16 -08:00
										 |  |  |   <!--load location for ts_devserver--> | 
					
						
							|  |  |  |   <script src="/app_bundle.js"></script> | 
					
						
							| 
									
										
										
										
											2019-01-28 21:59:25 +01:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |