| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <title>Pipes</title> | 
					
						
							| 
									
										
										
										
											2015-12-15 12:14:10 -08:00
										 |  |  |     <script src="node_modules/angular2/bundles/angular2-polyfills.js"></script> | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  |     <script src="node_modules/systemjs/dist/system.src.js"></script> | 
					
						
							| 
									
										
										
										
											2015-12-15 12:14:10 -08:00
										 |  |  |     <script src="node_modules/rxjs/bundles/Rx.js"></script> | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  |     <script src="node_modules/angular2/bundles/angular2.dev.js"></script> | 
					
						
							|  |  |  |     <script> | 
					
						
							|  |  |  |       System.config({ | 
					
						
							| 
									
										
										
										
											2015-12-15 12:14:10 -08:00
										 |  |  |         packages: {         | 
					
						
							|  |  |  |           app: { | 
					
						
							|  |  |  |             format: 'register', | 
					
						
							|  |  |  |             defaultExtension: 'js' | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  |       }); | 
					
						
							| 
									
										
										
										
											2015-12-15 12:14:10 -08:00
										 |  |  |       System.import('app/boot') | 
					
						
							|  |  |  |             .then(null, console.error.bind(console)); | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  |     </script> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <h4>Hero Birthday v.1</h4> | 
					
						
							|  |  |  |     <hero-birthday>hero-birthday loading...</hero-birthday> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <my-app>my-app loading ...</my-app> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |