mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
moved process data services
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { SharedModule } from '../shared/shared.module';
|
||||
import { ProcessPageRoutingModule } from './process-page-routing.module';
|
||||
import { ProcessDataService } from './processes/process-data.service';
|
||||
import { ScriptDataService } from './scripts/script-data.service';
|
||||
import { ProcessDataService } from '../core/data/processes/process-data.service';
|
||||
import { ScriptDataService } from '../core/data/processes/script-data.service';
|
||||
import { NewProcessComponent } from './new/new-process.component';
|
||||
import { ScriptsSelectComponent } from './new/scripts-select/scripts-select.component';
|
||||
import { ScriptHelpComponent } from './new/script-help/script-help.component';
|
||||
@@ -25,12 +25,7 @@ import { ParameterValueInputComponent } from './new/process-parameters/parameter
|
||||
StringValueInputComponent,
|
||||
ParameterValueInputComponent,
|
||||
],
|
||||
entryComponents: [
|
||||
],
|
||||
providers: [
|
||||
ProcessDataService,
|
||||
ScriptDataService
|
||||
]
|
||||
entryComponents: []
|
||||
})
|
||||
|
||||
export class ProcessPageModule {
|
||||
|
Reference in New Issue
Block a user