[DURACOM-191] fix lint errors manually and automatically

This commit is contained in:
Andrea Barbasso
2024-03-12 21:06:12 +01:00
parent ee265f855b
commit 3029802ad4
241 changed files with 852 additions and 3481 deletions

View File

@@ -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';
/**