| 
									
										
										
										
											2015-12-12 22:18:44 +00:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <!-- #docplaster --> | 
					
						
							|  |  |  | <!-- #docregion --> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <title>Hero Form</title> | 
					
						
							| 
									
										
										
										
											2016-02-03 00:35:20 -08:00
										 |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-12 22:18:44 +00:00
										 |  |  |     <!-- #docregion bootstrap --> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css"> | 
					
						
							|  |  |  |     <!-- #enddocregion bootstrap --> | 
					
						
							|  |  |  |     <!-- #docregion styles --> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="styles.css"> | 
					
						
							|  |  |  |     <!-- #enddocregion styles --> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-26 00:13:18 -08:00
										 |  |  |    <!-- IE required polyfill --> | 
					
						
							|  |  |  |     <script src="node_modules/es6-shim/es6-shim.min.js"></script> | 
					
						
							|  |  |  |      | 
					
						
							| 
									
										
										
										
											2015-12-12 22:18:44 +00:00
										 |  |  |     <script src="node_modules/angular2/bundles/angular2-polyfills.js"></script> | 
					
						
							| 
									
										
										
										
											2016-01-26 00:13:18 -08:00
										 |  |  |     <script src="node_modules/rxjs/bundles/Rx.umd.js"></script>     | 
					
						
							|  |  |  |     <script src="node_modules/angular2/bundles/angular2-all.umd.js"></script> | 
					
						
							| 
									
										
										
										
											2015-12-12 22:18:44 +00:00
										 |  |  |     <!-- #docregion scripts-hero, scripts-hero-form --> | 
					
						
							|  |  |  |     <script src='app/hero.js'></script> | 
					
						
							|  |  |  |     <!-- #enddocregion scripts-hero --> | 
					
						
							|  |  |  |     <script src='app/hero-form.component.js'></script> | 
					
						
							|  |  |  |     <!-- #enddocregion scripts-hero-form --> | 
					
						
							|  |  |  |     <!-- #docregion scripts, scripts-hero, scripts-hero-form --> | 
					
						
							| 
									
										
										
										
											2016-01-26 00:13:18 -08:00
										 |  |  |     <script src='app/app.component.js'></script> | 
					
						
							| 
									
										
										
										
											2016-01-28 16:15:26 -08:00
										 |  |  |     <script src='app/main.js'></script> | 
					
						
							| 
									
										
										
										
											2015-12-12 22:18:44 +00:00
										 |  |  |     <!-- #enddocregion scripts, scripts-hero, scripts-hero-form --> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <my-app>Loading...</my-app> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |