59334: edit metadata finetuning

This commit is contained in:
lotte
2019-02-19 14:49:26 +01:00
parent bfa1e77177
commit 0ebb0de3dd
23 changed files with 258 additions and 164 deletions

View File

@@ -0,0 +1,13 @@
import { Component } from '@angular/core';
@Component({
selector: 'ds-item-bitstreams',
styleUrls: ['./item-bitstreams.component.scss'],
templateUrl: './item-bitstreams.component.html',
})
/**
* Component for displaying an item's bitstreams edit page
*/
export class ItemBitstreamsComponent {
/* TODO implement */
}