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:
Stefano Maffei
2023-12-05 13:10:25 +01:00
337 changed files with 15091 additions and 4663 deletions

View File

@@ -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({