ConceptCreator/src/app/side-overviews/character-overview/character-overview.component.html
Sebastian Böckelmann 13ea574fa3
All checks were successful
E2E Testing / test (push) Successful in 1m41s
Introduce Characters and visualize them in Overview Component
2024-03-22 09:25:58 +01:00

6 lines
235 B
HTML

<mat-action-list>
<mat-list-item class="scriptAccount-item" *ngFor="let character of gameModel!.characters">
<mat-icon class="scriptAccount-icon">person</mat-icon>{{character.componentName}}
</mat-list-item>
</mat-action-list>