mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
Merge remote-tracking branch 'originGithub/main' into coar-notify-7
# Conflicts: # src/app/shared/shared.module.ts # src/assets/i18n/en.json5 # src/modules/app/browser-init.service.ts # src/themes/custom/lazy-theme.module.ts
This commit is contained in:
@@ -157,7 +157,9 @@ import { EditBitstreamPageComponent } from './app/bitstream-page/edit-bitstream-
|
||||
import { FormModule } from '../../app/shared/form/form.module';
|
||||
import { RequestCopyModule } from 'src/app/request-copy/request-copy.module';
|
||||
import { SuggestionNotificationsModule } from '../../app/suggestion-notifications/suggestion-notifications.module';
|
||||
|
||||
import {UserMenuComponent} from './app/shared/auth-nav-menu/user-menu/user-menu.component';
|
||||
import { BrowseByComponent } from './app/shared/browse-by/browse-by.component';
|
||||
import { RegisterEmailFormComponent } from './app/register-email-form/register-email-form.component';
|
||||
|
||||
const DECLARATIONS = [
|
||||
FileSectionComponent,
|
||||
@@ -241,6 +243,9 @@ const DECLARATIONS = [
|
||||
SubmissionSectionUploadFileComponent,
|
||||
ItemStatusComponent,
|
||||
EditBitstreamPageComponent,
|
||||
UserMenuComponent,
|
||||
BrowseByComponent,
|
||||
RegisterEmailFormComponent,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user