aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.module.ts
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-04-19 19:52:24 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-04-19 19:52:24 +0200
commitef2d19d05517ab82c4ce65815bba19c9c343750e (patch)
tree0a851fd31162441f61ff7ce3486bd552f75c38ba /frontend/src/app/app.module.ts
parentf21885e7cbb68ef444ff9efc27483e2036e26bb0 (diff)
parent9c0b48ed66e363928e8970f9b328c0bb3eee6c2d (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/app.module.ts')
-rw-r--r--frontend/src/app/app.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts
index 948e9a2b..6a95bfe6 100644
--- a/frontend/src/app/app.module.ts
+++ b/frontend/src/app/app.module.ts
@@ -50,6 +50,7 @@ import { YesNoDialogComponent } from './_modals/yes-no-dialog/yes-no-dialog.comp
import { Configuration } from './configuration.service';
import { PointLinechartComponent } from './point-linechart/point-linechart.component';
+import { LineChartComponent } from './_elements/line-chart/line-chart.component';
export function initializeApp(appConfig: Configuration) {
return () => appConfig.load();
}
@@ -89,7 +90,8 @@ export function initializeApp(appConfig: Configuration) {
TrainingComponent,
ItemExperimentComponent,
YesNoDialogComponent,
- PointLinechartComponent
+ PointLinechartComponent,
+ LineChartComponent
],
imports: [
BrowserModule,