mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Moved the context @Input() to the loaders (since they are not always required for all the loaders) & added AbstractComponentLoaderComponent documentation
This commit is contained in:
@@ -47,7 +47,6 @@ export class ClaimedTaskActionsLoaderComponent extends AbstractComponentLoaderCo
|
||||
* The list of input and output names for the dynamic component
|
||||
*/
|
||||
protected inputNames: (keyof this & string)[] = [
|
||||
...this.inputNames,
|
||||
'item',
|
||||
'object',
|
||||
'option',
|
||||
@@ -55,7 +54,6 @@ export class ClaimedTaskActionsLoaderComponent extends AbstractComponentLoaderCo
|
||||
];
|
||||
|
||||
protected outputNames: (keyof this & string)[] = [
|
||||
...this.outputNames,
|
||||
'processCompleted',
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user