fix compile errors after angualr 17 update

This commit is contained in:
2024-07-28 12:14:19 +02:00
parent fee5eda780
commit 6073dd0779
2 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { Component, OnInit, Input, Output, ViewChild, EventEmitter, ɵpublishDefaultGlobalUtils } from '@angular/core';
import { Component, Input } from '@angular/core';
import { DashTypeAndColor, PlotResponseStats, DataSeriesStats } from '../plot.service';
import { UtilService } from '../utils.service';