Created AbstractComponentLoaderComponent to load components dynamically

This commit is contained in:
Alexandre Vryghem
2023-06-10 15:12:22 +02:00
parent 404ccd9b0e
commit 2327513dd0
4 changed files with 132 additions and 0 deletions

View File

@@ -284,6 +284,7 @@ import {
} from '../item-page/simple/field-components/specific-field/title/themed-item-page-field.component';
import { BitstreamListItemComponent } from './object-list/bitstream-list-item/bitstream-list-item.component';
import { NgxPaginationModule } from 'ngx-pagination';
import { DynamicComponentLoaderDirective } from './abstract-component-loader/dynamic-component-loader.directive';
const MODULES = [
CommonModule,
@@ -491,6 +492,7 @@ const DIRECTIVES = [
MetadataFieldValidator,
HoverClassDirective,
ContextHelpDirective,
DynamicComponentLoaderDirective,
];
@NgModule({