mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user