| 
									
										
										
										
											2016-04-10 09:14:24 -04:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |   <meta charset="utf-8"> | 
					
						
							|  |  |  |   <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  |   <base href="/"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <title> | 
					
						
							|  |  |  |     Setting The Document Title Using The Title Service | 
					
						
							|  |  |  |   </title> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <!-- #docregion style --> | 
					
						
							|  |  |  |   <link rel="stylesheet" type="text/css" href="styles.css"> | 
					
						
							|  |  |  |   <link rel="stylesheet" type="text/css" href="sample.css"> | 
					
						
							|  |  |  |   <!-- #enddocregion style --> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-05 12:53:47 -07:00
										 |  |  |     <!-- Polyfills for older browsers --> | 
					
						
							| 
									
										
										
										
											2016-05-19 16:37:54 -07:00
										 |  |  |     <script src="node_modules/core-js/client/shim.min.js"></script> | 
					
						
							| 
									
										
										
										
											2016-04-27 11:28:22 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <script src="node_modules/zone.js/dist/zone.js"></script> | 
					
						
							|  |  |  |     <script src="node_modules/reflect-metadata/Reflect.js"></script> | 
					
						
							|  |  |  |     <script src="node_modules/systemjs/dist/system.src.js"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <script src="systemjs.config.js"></script> | 
					
						
							|  |  |  |     <script> | 
					
						
							|  |  |  |       System.import('app') | 
					
						
							|  |  |  |         .then(function()    { console.info( "System.js loaded your application module." )}) | 
					
						
							|  |  |  |         .catch(function(err){ console.error(err); }); | 
					
						
							|  |  |  |     </script> | 
					
						
							|  |  |  |   </head> | 
					
						
							| 
									
										
										
										
											2016-04-10 09:14:24 -04:00
										 |  |  | <body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <h1> | 
					
						
							|  |  |  |     Setting The Document Title Using The Title Service | 
					
						
							|  |  |  |   </h1> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-27 11:28:22 -07:00
										 |  |  |   <my-app>Loading app...</my-app> | 
					
						
							| 
									
										
										
										
											2016-04-10 09:14:24 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |