mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -40,19 +40,17 @@ const DECLARATIONS = [
|
||||
* This module contains Item actions used in MyDSpace
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
SharedModule,
|
||||
],
|
||||
declarations: [
|
||||
...DECLARATIONS,
|
||||
],
|
||||
providers: [
|
||||
...ENTRY_COMPONENTS,
|
||||
],
|
||||
exports: [
|
||||
...DECLARATIONS,
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
SharedModule,
|
||||
...DECLARATIONS
|
||||
],
|
||||
providers: [
|
||||
...ENTRY_COMPONENTS,
|
||||
],
|
||||
exports: [
|
||||
...DECLARATIONS,
|
||||
]
|
||||
})
|
||||
export class MyDSpaceActionsModule {
|
||||
|
||||
|
Reference in New Issue
Block a user