diff options
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.html | 5 |
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 |