| 
									
										
										
										
											2017-02-22 18:13:21 +00:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <!-- #docregion --> | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  | <html lang="en"> | 
					
						
							| 
									
										
										
										
											2017-02-22 18:13:21 +00:00
										 |  |  |   <head> | 
					
						
							|  |  |  |     <!-- Set the base href --> | 
					
						
							|  |  |  |     <!-- #docregion base-href --> | 
					
						
							|  |  |  |     <base href="/"> | 
					
						
							|  |  |  |     <!-- #enddocregion base-href --> | 
					
						
							|  |  |  |     <title>Angular Router</title> | 
					
						
							|  |  |  |     <meta charset="UTF-8"> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  |     <link rel="stylesheet" href="assets/app.css"> | 
					
						
							| 
									
										
										
										
											2017-02-22 18:13:21 +00:00
										 |  |  |   </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <body> | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  |     <app-root></app-root> | 
					
						
							| 
									
										
										
										
											2017-02-22 18:13:21 +00:00
										 |  |  |   </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> | 
					
						
							|  |  |  | <!-- #enddocregion --> |