mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DURACOM-191] fix lint
This commit is contained in:
@@ -14,9 +14,6 @@ import { WorkflowItem } from '../../../../../core/submission/models/workflowitem
|
||||
import { LinkService } from '../../../../../core/cache/builders/link.service';
|
||||
import { followLink } from '../../../../../shared/utils/follow-link-config.model';
|
||||
import { Item } from '../../../../../core/shared/item.model';
|
||||
import {
|
||||
ItemGridElementComponent
|
||||
} from '../../../../../shared/object-grid/item-grid-element/item-types/item/item-grid-element.component';
|
||||
import {
|
||||
ListableObjectDirective
|
||||
} from '../../../../../shared/object-collection/shared/listable-object/listable-object.directive';
|
||||
|
@@ -14,12 +14,6 @@ import { ThemeService } from '../../../../../shared/theme-support/theme.service'
|
||||
import { getMockThemeService } from '../../../../../shared/mocks/theme-service.mock';
|
||||
import { mockTruncatableService } from '../../../../../shared/mocks/mock-trucatable.service';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { ThumbnailComponent } from '../../../../../thumbnail/thumbnail.component';
|
||||
import { ThemedBadgesComponent } from '../../../../../shared/object-collection/shared/badges/themed-badges.component';
|
||||
import { TruncatableComponent } from '../../../../../shared/truncatable/truncatable.component';
|
||||
import {
|
||||
TruncatablePartComponent
|
||||
} from '../../../../../shared/truncatable/truncatable-part/truncatable-part.component';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { ActivatedRouteStub } from '../../../../../shared/testing/active-router.stub';
|
||||
|
||||
|
@@ -15,12 +15,6 @@ import { TranslateLoaderMock } from '../../../../../shared/mocks/translate-loade
|
||||
import { ThemeService } from '../../../../../shared/theme-support/theme.service';
|
||||
import { getMockThemeService } from '../../../../../shared/mocks/theme-service.mock';
|
||||
import { mockTruncatableService } from '../../../../../shared/mocks/mock-trucatable.service';
|
||||
import { ThumbnailComponent } from '../../../../../thumbnail/thumbnail.component';
|
||||
import { ThemedBadgesComponent } from '../../../../../shared/object-collection/shared/badges/themed-badges.component';
|
||||
import { TruncatableComponent } from '../../../../../shared/truncatable/truncatable.component';
|
||||
import {
|
||||
TruncatablePartComponent
|
||||
} from '../../../../../shared/truncatable/truncatable-part/truncatable-part.component';
|
||||
import { ActivatedRouteStub } from '../../../../../shared/testing/active-router.stub';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { AuthService } from '../../../../../core/auth/auth.service';
|
||||
|
@@ -13,16 +13,12 @@ import { APP_CONFIG } from '../../../../../../../config/app-config.interface';
|
||||
import { getMockThemeService } from '../../../../../mocks/theme-service.mock';
|
||||
import { ThemeService } from '../../../../../theme-support/theme.service';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { ThemedBadgesComponent } from '../../../../../object-collection/shared/badges/themed-badges.component';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { ActivatedRouteStub } from '../../../../../testing/active-router.stub';
|
||||
import { AuthService } from '../../../../../../core/auth/auth.service';
|
||||
import { AuthServiceStub } from '../../../../../testing/auth-service.stub';
|
||||
import { AuthorizationDataService } from '../../../../../../core/data/feature-authorization/authorization-data.service';
|
||||
import { TruncatableComponent } from '../../../../../truncatable/truncatable.component';
|
||||
import { TruncatablePartComponent } from '../../../../../truncatable/truncatable-part/truncatable-part.component';
|
||||
import { mockTruncatableService } from '../../../../../mocks/mock-trucatable.service';
|
||||
import { ThumbnailComponent } from '../../../../../../thumbnail/thumbnail.component';
|
||||
|
||||
let publicationListElementComponent: ItemSearchResultListElementComponent;
|
||||
let fixture: ComponentFixture<ItemSearchResultListElementComponent>;
|
||||
|
Reference in New Issue
Block a user