mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
Convert to themed, shared component
This commit is contained in:
@@ -326,6 +326,8 @@ import { GoogleRecaptchaModule } from '../core/google-recaptcha/google-recaptcha
|
||||
import {
|
||||
ListableNotificationObjectComponent
|
||||
} from './object-list/listable-notification-object/listable-notification-object.component';
|
||||
import { ItemBackButtonComponent } from './item-back-button/item-back-button.component';
|
||||
import { ThemedItemBackButtonComponent } from './item-back-button/themed-item-back-button.component';
|
||||
|
||||
const MODULES = [
|
||||
CommonModule,
|
||||
@@ -410,6 +412,8 @@ const COMPONENTS = [
|
||||
ItemSubmitterComponent,
|
||||
ItemDetailPreviewComponent,
|
||||
ItemDetailPreviewFieldComponent,
|
||||
ItemBackButtonComponent,
|
||||
ThemedItemBackButtonComponent,
|
||||
ClaimedTaskActionsComponent,
|
||||
ClaimedTaskActionsApproveComponent,
|
||||
ClaimedTaskActionsRejectComponent,
|
||||
|
Reference in New Issue
Block a user