| 
									
										
										
										
											2016-04-25 22:42:22 -07:00
										 |  |  | // #docregion
 | 
					
						
							| 
									
										
										
										
											2016-05-02 09:58:30 -07:00
										 |  |  | import { Component } from '@angular/core'; | 
					
						
							| 
									
										
										
										
											2016-04-25 22:42:22 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | // #docregion example
 | 
					
						
							| 
									
										
										
										
											2016-04-28 00:58:50 -07:00
										 |  |  | import { HeroesComponent } from './+heroes'; | 
					
						
							|  |  |  | // #enddocregion example
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-25 22:42:22 -07:00
										 |  |  | @Component({ | 
					
						
							| 
									
										
										
										
											2016-04-28 00:58:50 -07:00
										 |  |  |   selector: 'toh-app' | 
					
						
							| 
									
										
										
										
											2016-04-25 22:42:22 -07:00
										 |  |  | }) | 
					
						
							| 
									
										
										
										
											2016-04-28 00:58:50 -07:00
										 |  |  | export class AppComponent {} |