[CST-5338] ORCID Settings added.

This commit is contained in:
Pratik Rajkotiya
2022-04-13 17:54:29 +05:30
parent cc08a2829e
commit dd4ff5e40c
5 changed files with 225 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ import { ThemedFileSectionComponent } from './simple/field-components/file-secti
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';
import { OrcidSettingComponent } from './orcid-page/orcid-sync/orcid-setting.component';
const ENTRY_COMPONENTS = [
@@ -71,7 +72,8 @@ const DECLARATIONS = [
MiradorViewerComponent,
VersionPageComponent,
OrcidPageComponent,
OrcidAuthComponent
OrcidAuthComponent,
OrcidSettingComponent
];
@NgModule({