| 
									
										
										
										
											2016-02-10 17:27:14 -02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <!-- #docregion --> | 
					
						
							|  |  |  | <html> | 
					
						
							| 
									
										
										
										
											2016-05-13 13:32:54 -07:00
										 |  |  |   <head> | 
					
						
							|  |  |  |     <title>Angular 2 Http Demo</title> | 
					
						
							|  |  |  |     <meta charset="UTF-8"> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="styles.css"> | 
					
						
							| 
									
										
										
										
											2016-05-17 21:25:41 -07:00
										 |  |  |     <link rel="stylesheet" href="sample.css"> | 
					
						
							| 
									
										
										
										
											2016-02-10 17:27:14 -02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-13 13:32:54 -07:00
										 |  |  |     <script defer src="main.dart" type="application/dart"></script> | 
					
						
							|  |  |  |     <script defer src="packages/browser/dart.js"></script> | 
					
						
							|  |  |  |   </head> | 
					
						
							| 
									
										
										
										
											2016-02-10 17:27:14 -02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-13 13:32:54 -07:00
										 |  |  |   <body> | 
					
						
							| 
									
										
										
										
											2016-05-17 21:25:41 -07:00
										 |  |  |     <my-app>Loading...</my-app> | 
					
						
							| 
									
										
										
										
											2016-05-13 13:32:54 -07:00
										 |  |  |   </body> | 
					
						
							| 
									
										
										
										
											2016-02-10 17:27:14 -02:00
										 |  |  | 
 | 
					
						
							|  |  |  | </html> |