edit
This commit is contained in:
		
							
								
								
									
										14
									
								
								src/app/routes/download/download-routing.module.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								src/app/routes/download/download-routing.module.ts
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | ||||
| import { NgModule } from '@angular/core'; | ||||
| import { RouterModule, Routes } from '@angular/router'; | ||||
| import { DownloadComponentsListComponent } from './components/list/list.component'; | ||||
|  | ||||
| const routes: Routes = [ | ||||
|   { path: '', redirectTo: 'list', pathMatch: 'full' }, | ||||
|   { path: 'list', component: DownloadComponentsListComponent, data: { reuse: true } }, | ||||
| ]; | ||||
|  | ||||
| @NgModule({ | ||||
|   imports: [RouterModule.forChild(routes)], | ||||
|   exports: [RouterModule], | ||||
| }) | ||||
| export class DownloadRoutingModule {} | ||||
		Reference in New Issue
	
	Block a user