mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -5,10 +5,18 @@ import { hasValue } from '../../empty.util';
|
||||
import { Item } from 'src/app/core/shared/item.model';
|
||||
import { IdentifierData } from './identifier-data.model';
|
||||
import { IdentifierDataService } from '../../../core/data/identifier-data.service';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { AsyncPipe, NgIf } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-identifier-data',
|
||||
templateUrl: './identifier-data.component.html'
|
||||
templateUrl: './identifier-data.component.html',
|
||||
imports: [
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
NgIf
|
||||
],
|
||||
standalone: true
|
||||
})
|
||||
/**
|
||||
* Component rendering an identifier, eg. DOI or handle
|
||||
|
Reference in New Issue
Block a user