aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/my-models/my-models.component.html
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-03-25 12:10:59 +0100
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-03-25 12:10:59 +0100
commitb3479aa63d26e7ce7acedd0d56352c04440eb41b (patch)
treec3195fba8f4747fff4b20eedcf1312f8ef1c01e0 /frontend/src/app/_pages/my-models/my-models.component.html
parent080163344ae2e8dd89fccec12cd0487decf815b5 (diff)
Moji modeli stranica. Nije zavrseno
#55
Diffstat (limited to 'frontend/src/app/_pages/my-models/my-models.component.html')
-rw-r--r--frontend/src/app/_pages/my-models/my-models.component.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/app/_pages/my-models/my-models.component.html b/frontend/src/app/_pages/my-models/my-models.component.html
index e69de29b..e94f67f5 100644
--- a/frontend/src/app/_pages/my-models/my-models.component.html
+++ b/frontend/src/app/_pages/my-models/my-models.component.html
@@ -0,0 +1,5 @@
+<ul class="list-group my-2">
+ <li class="list-group-item" *ngFor="let model of myModels">
+ <app-item-model [model]="model"></app-item-model>
+ </li>
+</ul> \ No newline at end of file