aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.module.ts
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-05-20 00:06:49 +0200
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-05-20 00:06:49 +0200
commit638f410ad569c632c8dab6cdf66d6b5fd90d5b0c (patch)
treea8f0bbffbdb397a0e7a151feb374b0cc05da1983 /frontend/src/app/app.module.ts
parent78c346b1296d2820e943e2918e4d3e9e57093e8f (diff)
parent863881a77f00810f3298aaf6fc451edfe733d121 (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
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 d44bf6ad..89d53115 100644
--- a/frontend/src/app/app.module.ts
+++ b/frontend/src/app/app.module.ts
@@ -52,6 +52,7 @@ import { DoughnutChartComponent } from './_elements/_charts/doughnut-chart/dough
import { HeatmapComponent } from './_elements/_charts/heatmap/heatmap.component';
import { HeatMapAllModule } from '@syncfusion/ej2-angular-heatmap';
import { MetricViewComponent } from './_elements/metric-view/metric-view.component';
+import { SpinnerComponent } from './_elements/spinner/spinner.component';
export function initializeApp(appConfig: Configuration) {
return () => appConfig.load();
@@ -91,7 +92,8 @@ export function initializeApp(appConfig: Configuration) {
HeatmapComponent,
MetricViewComponent,
LineChartComponent,
- SaveExperimentDialogComponent
+ SaveExperimentDialogComponent,
+ SpinnerComponent
],
imports: [
BrowserModule,