mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[DURACOM-307] start migration and type fixing
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import { AsyncPipe } from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
@@ -65,7 +62,6 @@ import { getCollectionPageRoute } from './collection-page-routing-paths';
|
||||
imports: [
|
||||
ThemedComcolPageContentComponent,
|
||||
ErrorComponent,
|
||||
NgIf,
|
||||
ThemedLoadingComponent,
|
||||
TranslateModule,
|
||||
ViewTrackerComponent,
|
||||
@@ -77,8 +73,8 @@ import { getCollectionPageRoute } from './collection-page-routing-paths';
|
||||
DsoEditMenuComponent,
|
||||
ThemedComcolPageBrowseByComponent,
|
||||
ObjectCollectionComponent,
|
||||
RouterOutlet,
|
||||
],
|
||||
RouterOutlet
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionPageComponent implements OnInit {
|
||||
|
Reference in New Issue
Block a user