50452: Bitstream format registry

This commit is contained in:
Kristof De Langhe
2018-03-19 16:38:02 +01:00
parent 70c36f7fef
commit f80abb9f43
10 changed files with 360 additions and 14 deletions

View File

@@ -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 {