[DURACOM-191] fix build errors

This commit is contained in:
Andrea Barbasso
2024-03-13 09:19:38 +01:00
parent 4fde89e10c
commit 06f8aa028b
26 changed files with 100 additions and 21 deletions

View File

@@ -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,