16 lines
		
	
	
		
			385 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			385 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- #docregion -->
 | |
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|   <title>Dependency Injection</title>
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|   <link rel="stylesheet" href="styles.css">
 | |
|   <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>
 |