Skip to content

Commit 9a326fd

Browse files
Davide Negrettiatarix83
authored andcommitted
Merged in dspacecris7-DSC-553 (pull request DSpace#167)
[DSC-553] RelationshipsListComponent added to ENTRY_COMPONENTS Approved-by: Giuseppe Digilio
2 parents a30d90d + 4b251a2 commit 9a326fd

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/app/shared/shared.module.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,8 @@ const ENTRY_COMPONENTS = [
516516
ThemedSearchSectionComponent,
517517
ThemedTextSectionComponent,
518518
ThemedBrowseMostElementsComponent,
519-
SearchChartBarHorizontalComponent
519+
SearchChartBarHorizontalComponent,
520+
RelationshipsListComponent,
520521
];
521522

522523
const SHARED_ITEM_PAGE_COMPONENTS = [
@@ -557,11 +558,11 @@ const DIRECTIVES = [
557558
];
558559

559560
@NgModule({
560-
imports: [
561-
...MODULES,
562-
...ROOT_MODULES,
563-
NgbCollapseModule,
564-
],
561+
imports: [
562+
...MODULES,
563+
...ROOT_MODULES,
564+
NgbCollapseModule,
565+
],
565566
declarations: [
566567
...PIPES,
567568
...COMPONENTS,

0 commit comments

Comments
 (0)