| 
									
										
										
										
											2016-08-26 13:17:05 -07:00
										 |  |  | import { ModuleWithProviders }  from '@angular/core'; | 
					
						
							|  |  |  | import { Routes, RouterModule } from '@angular/router'; | 
					
						
							| 
									
										
										
										
											2016-07-12 18:14:13 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | export const routes: Routes = [ | 
					
						
							|  |  |  |   { path: '', redirectTo: 'contact', pathMatch: 'full'}, | 
					
						
							| 
									
										
										
										
											2016-08-26 13:17:05 -07:00
										 |  |  |   { path: 'crisis', loadChildren: 'app/crisis/crisis.module#CrisisModule' }, | 
					
						
							|  |  |  |   { path: 'heroes', loadChildren: 'app/hero/hero.module.3#HeroModule' } | 
					
						
							| 
									
										
										
										
											2016-07-12 18:14:13 -07:00
										 |  |  | ]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-14 13:54:33 -05:00
										 |  |  | export const routing: ModuleWithProviders = RouterModule.forRoot(routes); |