| 
									
										
										
										
											2016-08-23 00:17:18 -07:00
										 |  |  | import { NgModule }            from '@angular/core'; | 
					
						
							| 
									
										
										
										
											2016-07-12 18:14:13 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-23 00:17:18 -07:00
										 |  |  | import { SharedModule }        from '../shared/shared.module'; | 
					
						
							| 
									
										
										
										
											2016-07-12 18:14:13 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-23 00:17:18 -07:00
										 |  |  | import { HeroComponent }       from './hero.component'; | 
					
						
							|  |  |  | import { HeroDetailComponent } from './hero-detail.component'; | 
					
						
							|  |  |  | import { HeroListComponent }   from './hero-list.component'; | 
					
						
							| 
									
										
										
										
											2016-10-05 16:59:09 -05:00
										 |  |  | import { HeroRoutingModule }   from './hero-routing.module'; | 
					
						
							| 
									
										
										
										
											2016-07-12 18:14:13 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | @NgModule({ | 
					
						
							| 
									
										
										
										
											2016-10-05 16:59:09 -05:00
										 |  |  |   imports: [ SharedModule, HeroRoutingModule ], | 
					
						
							| 
									
										
										
										
											2016-07-12 18:14:13 -07:00
										 |  |  |   declarations: [ | 
					
						
							|  |  |  |     HeroComponent, HeroDetailComponent, HeroListComponent, | 
					
						
							|  |  |  |   ] | 
					
						
							|  |  |  | }) | 
					
						
							| 
									
										
										
										
											2016-08-26 13:17:05 -07:00
										 |  |  | export class HeroModule { } |