[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,23 +1,38 @@
import {
AsyncPipe,
NgIf,
} from '@angular/common';
import { Component } from '@angular/core';
import { ActivatedRoute, Router } from '@angular/router';
import { DeleteComColPageComponent } from '../../shared/comcol/comcol-forms/delete-comcol-page/delete-comcol-page.component';
import { NotificationsService } from '../../shared/notifications/notifications.service';
import { CollectionDataService } from '../../core/data/collection-data.service';
import { Collection } from '../../core/shared/collection.model';
import { TranslateModule, TranslateService } from '@ngx-translate/core';
import {
ActivatedRoute,
ActivatedRoute,
Router,
Router,
} from '@angular/router';
import { TranslateService } from '@ngx-translate/core';
import {
TranslateModule,
TranslateService,
TranslateService,
} from '@ngx-translate/core';
import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
import { AsyncPipe, NgIf } from '@angular/common';
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 { VarDirective } from '../../shared/utils/var.directive';
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';
/**
* Component that represents the page where a user can delete an existing Collection
@@ -30,9 +45,9 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
TranslateModule,
AsyncPipe,
NgIf,
VarDirective
VarDirective,
],
standalone: true
standalone: true,
})
export class DeleteCollectionPageComponent extends DeleteComColPageComponent<Collection> {
protected frontendURL = '/collections/';