[CST-5339] ORCID queue added.

This commit is contained in:
Pratik Rajkotiya
2022-04-13 18:20:16 +05:30
parent dd4ff5e40c
commit a9162eb920
12 changed files with 717 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ 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';
import { OrcidQueueComponent } from './orcid-page/orcid-queue/orcid-queue.component';
const ENTRY_COMPONENTS = [
@@ -73,7 +74,8 @@ const DECLARATIONS = [
VersionPageComponent,
OrcidPageComponent,
OrcidAuthComponent,
OrcidSettingComponent
OrcidSettingComponent,
OrcidQueueComponent
];
@NgModule({