mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[DURACOM-307] start migration and type fixing
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user