mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
117616: Auto-fixed new linting rules
This commit is contained in:
@@ -12,7 +12,9 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
selector: 'ds-confirmation-modal',
|
||||
templateUrl: 'confirmation-modal.component.html',
|
||||
standalone: true,
|
||||
imports: [TranslateModule],
|
||||
imports: [
|
||||
TranslateModule,
|
||||
],
|
||||
})
|
||||
export class ConfirmationModalComponent {
|
||||
@Input() headerLabel: string;
|
||||
|
Reference in New Issue
Block a user