Make MetadataRepresentationLoaderComponent extend AbstractComponentLoaderComponent

This commit is contained in:
Alexandre Vryghem
2023-06-10 16:14:54 +02:00
parent 774784a9b9
commit 2bae174350
5 changed files with 20 additions and 111 deletions

View File

@@ -170,7 +170,6 @@ import { AccessStatusBadgeComponent } from './object-collection/shared/badges/ac
import {
MetadataRepresentationLoaderComponent
} from './metadata-representation/metadata-representation-loader.component';
import { MetadataRepresentationDirective } from './metadata-representation/metadata-representation.directive';
import {
ListableObjectComponentLoaderComponent
} from './object-collection/shared/listable-object/listable-object-component-loader.component';
@@ -481,7 +480,6 @@ const DIRECTIVES = [
InListValidator,
AutoFocusDirective,
RoleDirective,
MetadataRepresentationDirective,
FileValueAccessorDirective,
FileValidator,
NgForTrackByIdDirective,