[CST-5668] ORCID Authorizations added.

This commit is contained in:
Pratik Rajkotiya
2022-04-13 17:48:26 +05:30
parent 88c324cb5a
commit cc08a2829e
20 changed files with 577 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ import { MiradorViewerComponent } from './mirador-viewer/mirador-viewer.componen
import { VersionPageComponent } from './version-page/version-page/version-page.component';
import { VersionedItemComponent } from './simple/item-types/versioned-item/versioned-item.component';
import { ThemedFileSectionComponent } from './simple/field-components/file-section/themed-file-section.component';
import { OrcidAuthComponent } from './orcid-page/orcid-auth/orcid-auth.component';
import { OrcidPageComponent } from './orcid-page/orcid-page.component';
import { NgbAccordionModule } from '@ng-bootstrap/ng-bootstrap';
const ENTRY_COMPONENTS = [
@@ -67,6 +70,8 @@ const DECLARATIONS = [
MediaViewerImageComponent,
MiradorViewerComponent,
VersionPageComponent,
OrcidPageComponent,
OrcidAuthComponent
];
@NgModule({
@@ -79,6 +84,7 @@ const DECLARATIONS = [
JournalEntitiesModule.withEntryComponents(),
ResearchEntitiesModule.withEntryComponents(),
NgxGalleryModule,
NgbAccordionModule
],
declarations: [
...DECLARATIONS,