mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Created AbstractComponentLoaderComponent to load components dynamically
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user