mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[DURACOM-191] fix lint errors manually and automatically
This commit is contained in:
@@ -5,33 +5,18 @@ import {
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
ActivatedRoute,
|
||||
ActivatedRoute,
|
||||
Router,
|
||||
Router,
|
||||
} from '@angular/router';
|
||||
import {
|
||||
TranslateModule,
|
||||
TranslateService,
|
||||
TranslateService,
|
||||
} from '@ngx-translate/core';
|
||||
|
||||
import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
|
||||
import {
|
||||
CollectionDataService,
|
||||
CollectionDataService,
|
||||
} from '../../core/data/collection-data.service';
|
||||
import {
|
||||
Collection,
|
||||
Collection,
|
||||
} from '../../core/shared/collection.model';
|
||||
import {
|
||||
DeleteComColPageComponent,
|
||||
DeleteComColPageComponent,
|
||||
} from '../../shared/comcol/comcol-forms/delete-comcol-page/delete-comcol-page.component';
|
||||
import {
|
||||
NotificationsService,
|
||||
NotificationsService,
|
||||
} from '../../shared/notifications/notifications.service';
|
||||
import { CollectionDataService } from '../../core/data/collection-data.service';
|
||||
import { Collection } from '../../core/shared/collection.model';
|
||||
import { DeleteComColPageComponent } from '../../shared/comcol/comcol-forms/delete-comcol-page/delete-comcol-page.component';
|
||||
import { NotificationsService } from '../../shared/notifications/notifications.service';
|
||||
import { VarDirective } from '../../shared/utils/var.directive';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user