diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-03-30 23:09:01 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-03-30 23:10:16 +0200 |
commit | 39fc1f0cc9871b4436b839acb6ce4260e6c33931 (patch) | |
tree | 4b8a23f510f3eb78b4414d83a6a434391e6cd425 /frontend/src/app/app.module.ts | |
parent | 158f1207206ccbb7955a17e0918c68d10216b3ec (diff) |
Omogućeno je sortiranje padajuće liste za izbor funkcije gubitka u zavisnosti od tipa problema.
Diffstat (limited to 'frontend/src/app/app.module.ts')
-rw-r--r-- | frontend/src/app/app.module.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index 4efab17e..d514d1f5 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -39,7 +39,6 @@ import { FilterDatasetsComponent } from './_pages/filter-datasets/filter-dataset import { ReactiveBackgroundComponent } from './_elements/reactive-background/reactive-background.component'; import { ItemModelComponent } from './_elements/item-model/item-model.component'; import { AnnvisualComponent } from './_elements/annvisual/annvisual.component'; - @NgModule({ declarations: [ AppComponent, |