[DURACOM-191] run optimize imports and lint fix

This commit is contained in:
Andrea Barbasso
2024-03-12 20:10:23 +01:00
parent fe23ac6a82
commit ee265f855b
1481 changed files with 23238 additions and 16561 deletions

View File

@@ -1,4 +1,12 @@
import { Component, Input, } from '@angular/core';
import {
AsyncPipe,
NgIf,
} from '@angular/common';
import {
Component,
Input,
} from '@angular/core';
import { TranslateModule } from '@ngx-translate/core';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { Item } from 'src/app/core/shared/item.model';
@@ -6,8 +14,6 @@ import { Item } from 'src/app/core/shared/item.model';
import { IdentifierDataService } from '../../../core/data/identifier-data.service';
import { hasValue } from '../../empty.util';
import { IdentifierData } from './identifier-data.model';
import { TranslateModule } from '@ngx-translate/core';
import { AsyncPipe, NgIf } from '@angular/common';
@Component({
selector: 'ds-identifier-data',
@@ -15,9 +21,9 @@ import { AsyncPipe, NgIf } from '@angular/common';
imports: [
TranslateModule,
AsyncPipe,
NgIf
NgIf,
],
standalone: true
standalone: true,
})
/**
* Component rendering an identifier, eg. DOI or handle