117544: port to 8.0 standard after merge

This commit is contained in:
Jens Vannerum
2024-08-26 14:08:22 +02:00
parent b2a155386d
commit b6df0c9a5c
150 changed files with 404 additions and 242 deletions

View File

@@ -16,6 +16,7 @@ import { DSONameService } from '../../core/breadcrumbs/dso-name.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 { DisabledDirective } from '../../shared/disabled-directive';
import { NotificationsService } from '../../shared/notifications/notifications.service';
import { VarDirective } from '../../shared/utils/var.directive';
@@ -31,6 +32,7 @@ import { VarDirective } from '../../shared/utils/var.directive';
AsyncPipe,
NgIf,
VarDirective,
DisabledDirective,
],
standalone: true,
})