| 
									
										
										
										
											2016-05-20 15:14:13 -07:00
										 |  |  | // #docregion
 | 
					
						
							|  |  |  | import { Component } from '@angular/core'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @Component({ | 
					
						
							|  |  |  | selector: 'my-app', | 
					
						
							|  |  |  | template: | 
					
						
							|  |  |  |   `<h1>Absolute & <i>Component-Relative</i> Paths</h1>
 | 
					
						
							|  |  |  |   <absolute-path></absolute-path> | 
					
						
							|  |  |  |   <relative-path></relative-path> | 
					
						
							| 
									
										
										
										
											2016-09-01 02:08:57 +01:00
										 |  |  |   `
 | 
					
						
							| 
									
										
										
										
											2016-05-20 15:14:13 -07:00
										 |  |  | }) | 
					
						
							|  |  |  | export class AppComponent {} |