[CST-7757] Subscriptions porting (wip)

This commit is contained in:
Rezart Vata
2021-08-16 18:42:58 +02:00
committed by Davide Negretti
parent 4915f10b0e
commit b775cd5ab0
39 changed files with 6400 additions and 8 deletions

View File

@@ -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 = [