| 
									
										
										
										
											2015-11-25 18:01:44 +01:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <title>Hierarchical Injectors</title> | 
					
						
							| 
									
										
										
										
											2015-12-11 13:18:37 -08:00
										 |  |  |     <script src="node_modules/systemjs/dist/system.src.js"></script> | 
					
						
							|  |  |  |     <script src="node_modules/angular2/bundles/angular2.dev.js"></script> | 
					
						
							| 
									
										
										
										
											2015-11-25 18:01:44 +01:00
										 |  |  |     <script> | 
					
						
							|  |  |  |       System.config({ | 
					
						
							|  |  |  |         packages: {'app': {defaultExtension: 'js'}} | 
					
						
							|  |  |  |       }); | 
					
						
							| 
									
										
										
										
											2015-12-11 13:18:37 -08:00
										 |  |  |       System.import('app/boot'); | 
					
						
							| 
									
										
										
										
											2015-11-25 18:01:44 +01:00
										 |  |  |     </script> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <!-- #docregion heroes-list --> | 
					
						
							|  |  |  |     <heroes-list>loading...</heroes-list> | 
					
						
							|  |  |  |     <!-- #enddocregion heroes-list --> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |