mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -29,18 +29,16 @@ const DECLARATIONS = [
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
SharedModule,
|
||||
InfoRoutingModule,
|
||||
],
|
||||
declarations: [
|
||||
...DECLARATIONS
|
||||
],
|
||||
exports: [
|
||||
...DECLARATIONS
|
||||
],
|
||||
providers: [FeedbackGuard]
|
||||
imports: [
|
||||
CommonModule,
|
||||
SharedModule,
|
||||
InfoRoutingModule,
|
||||
...DECLARATIONS
|
||||
],
|
||||
exports: [
|
||||
...DECLARATIONS
|
||||
],
|
||||
providers: [FeedbackGuard]
|
||||
})
|
||||
export class InfoModule {
|
||||
}
|
||||
|
Reference in New Issue
Block a user