mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
69940: Process overview page
This commit is contained in:

committed by
Art Lowel

parent
428abc8282
commit
eacc13a95c
@@ -1,10 +1,15 @@
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { NewProcessComponent } from './new/new-process.component';
|
||||
import { ProcessOverviewComponent } from './overview/process-overview.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
RouterModule.forChild([
|
||||
{
|
||||
path: '',
|
||||
component: ProcessOverviewComponent,
|
||||
},
|
||||
{
|
||||
path: 'new',
|
||||
component: NewProcessComponent,
|
||||
|
Reference in New Issue
Block a user