mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
continued refactoring listable objects
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Directive, ViewContainerRef } from '@angular/core';
|
||||
|
||||
@Directive({
|
||||
selector: '[dsMetadataRepresentation]',
|
||||
})
|
||||
export class MetadataRepresentationDirective {
|
||||
constructor(public viewContainerRef: ViewContainerRef) { }
|
||||
}
|
Reference in New Issue
Block a user