mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
50452: Bitstream format registry
This commit is contained in:
@@ -5,6 +5,7 @@ import { CommonModule } from '@angular/common';
|
||||
import { MetadataSchemaComponent } from './metadata-schema/metadata-schema.component';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { BitstreamFormatsComponent } from './bitstream-formats/bitstream-formats.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -15,7 +16,8 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
],
|
||||
declarations: [
|
||||
MetadataRegistryComponent,
|
||||
MetadataSchemaComponent
|
||||
MetadataSchemaComponent,
|
||||
BitstreamFormatsComponent
|
||||
]
|
||||
})
|
||||
export class AdminRegistriesModule {
|
||||
|
Reference in New Issue
Block a user