Open
Description
Hello.
I created in html-template list
<ko-group *ngFor="let item of listItems" [config]="item.getConfigGroup()" (click)="handleClick($event)">
<ko-image [config]="item.getConfigImage()"></ko-image>
<ko-line [config]="item.getConfigAix()"></ko-line>
</ko-group>
In the list I can change the configs, but I can not increase the list or decrease.
The list in the code grows, but not on the canvas
Metadata
Metadata
Assignees
Labels
No labels