feat: migrate everything to standalone and fix build errors

This commit is contained in:
Enea Jahollari
2023-09-25 12:43:29 +02:00
parent 4171ccc8f3
commit 54614c21f0
1311 changed files with 13140 additions and 8009 deletions

View File

@@ -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