We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b98bf commit 5d683ceCopy full SHA for 5d683ce
1 file changed
src/app/components/admin-form-create-event/admin-form-create-event.component.html
@@ -55,7 +55,7 @@
55
</div>
56
57
<div cdkDropList style="border-style:solid"
58
- cdkDropListData=[images1]
+ [cdkDropListData]="images1"
59
#LineUpList="cdkDropList"
60
[cdkDropListConnectedTo]="GalleryList"
61
(cdkDropListDropped)="drop($event)">
@@ -64,7 +64,7 @@
64
65
66
67
- cdkDropListData=[images2]
+ [cdkDropListData]="images2"
68
#GalleryList="cdkDropList"
69
[cdkDropListConnectedTo]="LineUpList"
70
0 commit comments