mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
added switch for parameter types
This commit is contained in:
@@ -9,6 +9,7 @@ import { ScriptHelpComponent } from './new/script-help/script-help.component';
|
||||
import { ParameterSelectComponent } from './new/process-parameters/parameter-select/parameter-select.component';
|
||||
import { ProcessParametersComponent } from './new/process-parameters/process-parameters.component';
|
||||
import { StringValueInputComponent } from './new/process-parameters/parameter-value-input/string-value-input/string-value-input.component';
|
||||
import { ParameterValueInputComponent } from './new/process-parameters/parameter-value-input/parameter-value-input.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -22,6 +23,7 @@ import { StringValueInputComponent } from './new/process-parameters/parameter-va
|
||||
ParameterSelectComponent,
|
||||
ProcessParametersComponent,
|
||||
StringValueInputComponent,
|
||||
ParameterValueInputComponent,
|
||||
],
|
||||
entryComponents: [
|
||||
],
|
||||
|
Reference in New Issue
Block a user