ConceptCreator/src/app/editor/gamesystem-editor/gamesystem-editor.component.html
Sebastian Böckelmann e962cc9594
All checks were successful
E2E Testing / test (push) Successful in 2m0s
Serialize ConditionMap of States
2024-04-11 15:39:58 +02:00

5 lines
478 B
HTML

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