[CST-5307] Migrate Researcher Profile (Angular).

This commit is contained in:
Pratik Rajkotiya
2022-04-12 17:04:32 +05:30
parent 45887154b6
commit 88c324cb5a
21 changed files with 1027 additions and 10 deletions

View File

@@ -173,6 +173,7 @@ import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-p
import { DsSelectComponent } from './ds-select/ds-select.component';
import { LogInOidcComponent } from './log-in/methods/oidc/log-in-oidc.component';
import { ThemedItemListPreviewComponent } from './object-list/my-dspace-result-list-element/item-list-preview/themed-item-list-preview.component';
import { ClaimItemSelectorComponent } from './dso-selector/modal-wrappers/claim-item-selector/claim-item-selector.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -343,6 +344,8 @@ const COMPONENTS = [
CommunitySidebarSearchListElementComponent,
SearchNavbarComponent,
ScopeSelectorModalComponent,
ClaimItemSelectorComponent
];
const ENTRY_COMPONENTS = [
@@ -399,6 +402,7 @@ const ENTRY_COMPONENTS = [
OnClickMenuItemComponent,
TextMenuItemComponent,
ScopeSelectorModalComponent,
ClaimItemSelectorComponent
];
const SHARED_ITEM_PAGE_COMPONENTS = [