mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
[DURACOM-191] fix build errors
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
import {
|
||||
ChangeDetectorRef,
|
||||
Component,
|
||||
ElementRef,
|
||||
EventEmitter,
|
||||
HostListener,
|
||||
Input,
|
||||
@@ -102,6 +103,7 @@ export class EntityDropdownComponent implements OnInit, OnDestroy {
|
||||
*
|
||||
* @param {ChangeDetectorRef} changeDetectorRef
|
||||
* @param {EntityTypeDataService} entityTypeService
|
||||
* @param el
|
||||
*/
|
||||
constructor(
|
||||
private changeDetectorRef: ChangeDetectorRef,
|
||||
|
Reference in New Issue
Block a user