mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed lint errors
This commit is contained in:
@@ -4,7 +4,6 @@ import { Component, Input } from '@angular/core';
|
||||
* This component renders the configured 'values' into the ds-metadata-field-wrapper component.
|
||||
* It puts the given 'separator' between each two values.
|
||||
*/
|
||||
|
||||
@Component({
|
||||
selector: 'ds-metadata-values',
|
||||
styleUrls: ['./metadata-values.component.scss'],
|
||||
@@ -18,13 +17,4 @@ export class MetadataValuesComponent {
|
||||
|
||||
@Input() label: string;
|
||||
|
||||
constructor() {
|
||||
this.universalInit();
|
||||
|
||||
}
|
||||
|
||||
universalInit() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user