| 
									
										
										
										
											2016-02-06 17:02:44 -05:00
										 |  |  | <!-- #docregion --> | 
					
						
							|  |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |   <title>Dependency Injection</title> | 
					
						
							|  |  |  |   <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   <link rel="stylesheet" href="styles.css"> | 
					
						
							| 
									
										
										
										
											2016-02-06 17:02:44 -05:00
										 |  |  |   <script type="application/dart" src="main.dart"></script> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  | <my-app>Loading my-app ...</my-app> | 
					
						
							|  |  |  | <my-providers>Loading my-providers ...</my-providers> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |