mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
[CST-5270] Code refactoring, made changes from the rest contract and implemented i18n
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Component, Input } from '@angular/core';
|
||||
import { Metadata } from './../../../../core/submission/models/sherpa-policies-details.model';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-metadata-information',
|
||||
templateUrl: './metadata-information.component.html',
|
||||
styleUrls: ['./metadata-information.component.scss']
|
||||
})
|
||||
export class MetadataInformationComponent {
|
||||
|
||||
@Input() metadata: Metadata;
|
||||
|
||||
}
|
Reference in New Issue
Block a user