mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
40416: renaming and implemented uri field
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { Component, Input } from '@angular/core';
|
||||
import { MetadataValuesComponent } from "../metadata-values/metadata-values.component";
|
||||
|
||||
@Component({
|
||||
selector: 'ds-metadata-uri-values',
|
||||
styleUrls: ['./metadata-uri-values.component.css'],
|
||||
templateUrl: './metadata-uri-values.component.html'
|
||||
})
|
||||
export class MetadataUriValuesComponent extends MetadataValuesComponent {
|
||||
@Input() linktext: any;
|
||||
@Input() values: any;
|
||||
@Input() separator: string;
|
||||
@Input() label: string;
|
||||
}
|
Reference in New Issue
Block a user