CHANGE: multiple entites
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
|
||||
|
||||
</div>
|
||||
<ng-container *ngIf="generatorService.selected_entity == null" >
|
||||
<button (click)="select_type(entity_type)" class="genContainer" id="entityPlaceholder">Create new entity</button>
|
||||
|
||||
</ng-container>
|
||||
<app-entity-data class="genContainer" [basemodel]="generatorService.selected_entity" *ngIf="generatorService.selected_entity != null" ></app-entity-data>
|
||||
<!-- <app-entity class="genContainer" ></app-entity> -->
|
||||
<app-entity-data class="genContainer" *ngFor="let entity of created_entities" [basemodel]="entity" [created]="true" ></app-entity-data>
|
||||
</div>
|
||||
Reference in New Issue
Block a user