[DURACOM-307] start migration and type fixing

This commit is contained in:
FrancescoMolinaro
2025-02-05 18:33:54 +01:00
parent b9e164de78
commit 069fd02517
598 changed files with 5674 additions and 6015 deletions

View File

@@ -1,9 +1,4 @@
import {
AsyncPipe,
NgClass,
NgForOf,
NgIf,
} from '@angular/common';
import { AsyncPipe, NgClass } from '@angular/common';
import {
ChangeDetectorRef,
Component,
@@ -59,14 +54,12 @@ import { LdnPattern } from './submission-coar-notify.config';
styleUrls: ['./section-coar-notify.component.scss'],
standalone: true,
imports: [
NgIf,
NgForOf,
AsyncPipe,
TranslateModule,
NgbDropdownModule,
NgClass,
InfiniteScrollModule,
],
InfiniteScrollModule
],
providers: [NgbDropdown],
})
export class SubmissionSectionCoarNotifyComponent extends SectionModelComponent {