mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
89720: Themed EditItemTemplatePageComponent
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
EditItemTemplatePageComponent as BaseComponent
|
||||
} from '../../../../../app/collection-page/edit-item-template-page/edit-item-template-page.component';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-edit-item-template-page',
|
||||
styleUrls: ['./edit-item-template-page.component.scss'],
|
||||
// templateUrl: './edit-item-template-page.component.html',
|
||||
templateUrl: '../../../../../app/collection-page/edit-item-template-page/edit-item-template-page.component.html',
|
||||
})
|
||||
/**
|
||||
* Component for editing the item template of a collection
|
||||
*/
|
||||
export class EditItemTemplatePageComponent extends BaseComponent {
|
||||
}
|
@@ -85,6 +85,9 @@ import { ResourcePoliciesModule } from '../../app/shared/resource-policies/resou
|
||||
import { ComcolModule } from '../../app/shared/comcol/comcol.module';
|
||||
import { FeedbackComponent } from './app/info/feedback/feedback.component';
|
||||
import { ItemMetadataComponent } from './app/item-page/edit-item-page/item-metadata/item-metadata.component';
|
||||
import {
|
||||
EditItemTemplatePageComponent
|
||||
} from './app/collection-page/edit-item-template-page/edit-item-template-page.component';
|
||||
|
||||
const DECLARATIONS = [
|
||||
FileSectionComponent,
|
||||
@@ -129,6 +132,7 @@ const DECLARATIONS = [
|
||||
BreadcrumbsComponent,
|
||||
FeedbackComponent,
|
||||
ItemMetadataComponent,
|
||||
EditItemTemplatePageComponent,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user