aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.module.ts
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-25 00:56:45 +0200
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-25 00:56:45 +0200
commitaee2cd43578a255f5a0e346ac8955f663a673cca (patch)
treebbacd9840b80dd3f85f28743db977f0a15c87655 /frontend/src/app/app.module.ts
parent8497bc988f2a5cbca10ee6870708bd4c06c24dd2 (diff)
Ažurirana komponenta form-model, dodata komponenta hidden-layer.
Diffstat (limited to 'frontend/src/app/app.module.ts')
-rw-r--r--frontend/src/app/app.module.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts
index 5502df26..a7850552 100644
--- a/frontend/src/app/app.module.ts
+++ b/frontend/src/app/app.module.ts
@@ -45,7 +45,7 @@ import { ColumnTableComponent } from './_elements/column-table/column-table.comp
import { FolderComponent } from './_elements/folder/folder.component';
import { TestComponent } from './_pages/test/test.component';
import { DoughnutChartComponent } from './_elements/_charts/doughnut-chart/doughnut-chart.component';
-
+import { HiddenLayerComponent } from './_elements/hidden-layer/hidden-layer.component';
export function initializeApp(appConfig: Configuration) {
return () => appConfig.load();
}
@@ -78,7 +78,8 @@ export function initializeApp(appConfig: Configuration) {
BoxPlotComponent,
FolderComponent,
TestComponent,
- DoughnutChartComponent
+ DoughnutChartComponent,
+ HiddenLayerComponent
],
imports: [
BrowserModule,