mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
created new process page
This commit is contained in:
17
src/app/process-page/process-page-routing.module.ts
Normal file
17
src/app/process-page/process-page-routing.module.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { NewProcessComponent } from './new/new-process.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
RouterModule.forChild([
|
||||
{
|
||||
path: 'new',
|
||||
component: NewProcessComponent,
|
||||
},
|
||||
])
|
||||
]
|
||||
})
|
||||
export class ProcessPageRoutingModule {
|
||||
|
||||
}
|
Reference in New Issue
Block a user