mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
[DURACOM-307] start migration and type fixing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { NgIf } from '@angular/common';
|
||||
|
||||
import {
|
||||
Component,
|
||||
EventEmitter,
|
||||
@@ -12,7 +12,7 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
selector: 'ds-confirmation-modal',
|
||||
templateUrl: 'confirmation-modal.component.html',
|
||||
standalone: true,
|
||||
imports: [NgIf, TranslateModule],
|
||||
imports: [TranslateModule],
|
||||
})
|
||||
export class ConfirmationModalComponent {
|
||||
@Input() headerLabel: string;
|
||||
|
Reference in New Issue
Block a user