mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
[CST-7757] Subscriptions porting (wip)
This commit is contained in:

committed by
Davide Negretti

parent
4915f10b0e
commit
b775cd5ab0
@@ -315,6 +315,7 @@ import { MenuModule } from './menu/menu.module';
|
||||
import {
|
||||
ListableNotificationObjectComponent
|
||||
} from './object-list/listable-notification-object/listable-notification-object.component';
|
||||
import { DsoPageSubscriptionButtonComponent } from './dso-page/dso-page-subscription-button/dso-page-subscription-button.component';
|
||||
|
||||
const MODULES = [
|
||||
CommonModule,
|
||||
@@ -510,8 +511,8 @@ const SHARED_ITEM_PAGE_COMPONENTS = [
|
||||
GenericItemPageFieldComponent,
|
||||
MetadataRepresentationListComponent,
|
||||
RelatedItemsComponent,
|
||||
DsoPageOrcidButtonComponent
|
||||
|
||||
DsoPageOrcidButtonComponent,
|
||||
DsoPageSubscriptionButtonComponent,
|
||||
];
|
||||
|
||||
const PROVIDERS = [
|
||||
|
Reference in New Issue
Block a user