aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/app.module.ts')
-rw-r--r--frontend/src/app/app.module.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts
index 6a95bfe6..22ad96da 100644
--- a/frontend/src/app/app.module.ts
+++ b/frontend/src/app/app.module.ts
@@ -49,6 +49,8 @@ import { ItemExperimentComponent } from './_elements/item-experiment/item-experi
import { YesNoDialogComponent } from './_modals/yes-no-dialog/yes-no-dialog.component';
import { Configuration } from './configuration.service';
import { PointLinechartComponent } from './point-linechart/point-linechart.component';
+import { GraficiComponent } from './grafici/grafici.component';
+import { MixedChartComponent } from './mixed-chart/mixed-chart.component';
import { LineChartComponent } from './_elements/line-chart/line-chart.component';
export function initializeApp(appConfig: Configuration) {
@@ -91,6 +93,8 @@ export function initializeApp(appConfig: Configuration) {
ItemExperimentComponent,
YesNoDialogComponent,
PointLinechartComponent,
+ GraficiComponent,
+ MixedChartComponent,
LineChartComponent
],
imports: [