ConceptCreator/src/app/editor/gamesystem-editor/gamesystem-editor.component.html
Sebastian Böckelmann b5e3b8ee53
All checks were successful
E2E Testing / test (push) Successful in 1m31s
Visualize and Edit Actions for Transitions
2024-02-17 17:05:46 +01:00

4 lines
420 B
HTML

<app-simple-gamesystem-editor *ngIf="isSimpleGamesystem()" [simpleGamesystem]="convertGamesystemToSimpleGamesystem()" [scriptAccunts]="scriptAccounts"></app-simple-gamesystem-editor>
<app-product-gamesystem-editor *ngIf="!isSimpleGamesystem()" [gamesystem]="convertGamesystemToProductGamesystem()"
(onOpenGamesystemEditor)="onOpenGamesystemEditor($event)"></app-product-gamesystem-editor>