mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[DURACOM-307] start migration and type fixing
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
import {
|
||||
AsyncPipe,
|
||||
DatePipe,
|
||||
NgFor,
|
||||
NgIf,
|
||||
NgTemplateOutlet,
|
||||
} from '@angular/common';
|
||||
import { AsyncPipe, DatePipe, NgTemplateOutlet } from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnDestroy,
|
||||
@@ -32,7 +26,7 @@ import { ProcessOverviewTableComponent } from './table/process-overview-table.co
|
||||
selector: 'ds-process-overview',
|
||||
templateUrl: './process-overview.component.html',
|
||||
standalone: true,
|
||||
imports: [NgIf, RouterLink, PaginationComponent, NgFor, VarDirective, AsyncPipe, DatePipe, TranslateModule, NgTemplateOutlet, ProcessOverviewTableComponent, BtnDisabledDirective],
|
||||
imports: [RouterLink, PaginationComponent, VarDirective, AsyncPipe, DatePipe, TranslateModule, NgTemplateOutlet, ProcessOverviewTableComponent, BtnDisabledDirective],
|
||||
})
|
||||
/**
|
||||
* Component displaying a list of all processes in a paginated table
|
||||
|
Reference in New Issue
Block a user