mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
19f688185d
commit
85a3578458
@@ -5,6 +5,7 @@ import {
|
||||
import {
|
||||
Component,
|
||||
Input,
|
||||
OnInit,
|
||||
} from '@angular/core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { Observable } from 'rxjs';
|
||||
@@ -28,7 +29,7 @@ import { IdentifierData } from './identifier-data.model';
|
||||
/**
|
||||
* Component rendering an identifier, eg. DOI or handle
|
||||
*/
|
||||
export class IdentifierDataComponent {
|
||||
export class IdentifierDataComponent implements OnInit {
|
||||
|
||||
@Input() item: Item;
|
||||
identifiers$: Observable<IdentifierData>;
|
||||
|
Reference in New Issue
Block a user