mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
40416: renaming and implemented uri field
This commit is contained in:
@@ -2,8 +2,9 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { ItemPageComponent } from './item-page.component';
|
||||
import { ItemPageRoutingModule } from './item-page-routing.module';
|
||||
import { ItemPageFieldComponent } from './generic-field/item-page-field.component';
|
||||
import { ItemPageFieldWrapperComponent } from './field-wrapper/item-page-field-wrapper.component';
|
||||
import { MetadataValuesComponent } from './metadata-values/metadata-values.component';
|
||||
import { MetadataUriValuesComponent } from './metadata-uri-values/metadata-uri-values.component';
|
||||
import { MetadataFieldWrapperComponent } from './metadata-field-wrapper/metadata-field-wrapper.component';
|
||||
import { ItemPageAuthorFieldComponent } from './specific-field/author/item-page-author-field.component';
|
||||
import { ItemPageDateFieldComponent } from './specific-field/date/item-page-date-field.component';
|
||||
import { ItemPageAbstractFieldComponent } from './specific-field/abstract/item-page-abstract-field.component';
|
||||
@@ -15,8 +16,9 @@ import { SharedModule } from './../shared/shared.module';
|
||||
@NgModule({
|
||||
declarations: [
|
||||
ItemPageComponent,
|
||||
ItemPageFieldComponent,
|
||||
ItemPageFieldWrapperComponent,
|
||||
MetadataValuesComponent,
|
||||
MetadataUriValuesComponent,
|
||||
MetadataFieldWrapperComponent,
|
||||
ItemPageAuthorFieldComponent,
|
||||
ItemPageDateFieldComponent,
|
||||
ItemPageAbstractFieldComponent,
|
||||
|
Reference in New Issue
Block a user