mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
DS-4107 Retrieve and model metadata as a map
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Component, Input } from '@angular/core';
|
||||
import { Metadatum } from '../../../core/shared/metadatum.model';
|
||||
import { MetadataValue } from '../../../core/shared/metadata.interfaces';
|
||||
|
||||
/**
|
||||
* This component renders the configured 'values' into the ds-metadata-field-wrapper component.
|
||||
@@ -12,7 +12,7 @@ import { Metadatum } from '../../../core/shared/metadatum.model';
|
||||
})
|
||||
export class MetadataValuesComponent {
|
||||
|
||||
@Input() values: Metadatum[];
|
||||
@Input() values: MetadataValue[];
|
||||
|
||||
@Input() separator: string;
|
||||
|
||||
|
Reference in New Issue
Block a user