mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
[DURACOM-307] start migration and type fixing
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import { AsyncPipe } from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
ActivatedRoute,
|
||||
@@ -30,10 +27,9 @@ import { VarDirective } from '../../shared/utils/var.directive';
|
||||
imports: [
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
NgIf,
|
||||
VarDirective,
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
BtnDisabledDirective
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class DeleteCollectionPageComponent extends DeleteComColPageComponent<Collection> {
|
||||
|
Reference in New Issue
Block a user