Skip to content

Commit 5d683ce

Browse files
committed
drag and drop working
1 parent a1b98bf commit 5d683ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/components/admin-form-create-event/admin-form-create-event.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</div>
5656

5757
<div cdkDropList style="border-style:solid"
58-
cdkDropListData=[images1]
58+
[cdkDropListData]="images1"
5959
#LineUpList="cdkDropList"
6060
[cdkDropListConnectedTo]="GalleryList"
6161
(cdkDropListDropped)="drop($event)">
@@ -64,7 +64,7 @@
6464
</div>
6565

6666
<div cdkDropList style="border-style:solid"
67-
cdkDropListData=[images2]
67+
[cdkDropListData]="images2"
6868
#GalleryList="cdkDropList"
6969
[cdkDropListConnectedTo]="LineUpList"
7070
(cdkDropListDropped)="drop($event)">

0 commit comments

Comments
 (0)