mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CurationFormComponent } from "../../curation-form/curation-form.component";
|
||||
import { TranslateModule } from "@ngx-translate/core";
|
||||
|
||||
/**
|
||||
* Component responsible for rendering the system wide Curation Task UI
|
||||
@@ -6,6 +8,11 @@ import { Component } from '@angular/core';
|
||||
@Component({
|
||||
selector: 'ds-admin-curation-task',
|
||||
templateUrl: './admin-curation-tasks.component.html',
|
||||
imports: [
|
||||
CurationFormComponent,
|
||||
TranslateModule
|
||||
],
|
||||
standalone: true
|
||||
})
|
||||
export class AdminCurationTasksComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user