File tree Expand file tree Collapse file tree
src/app/components/admin-form-create-event Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 < input type ="file ">
5656 < button mat-raised-button color ="secondary "> Upload</ button >
5757 </ div >
58- < div class ="drag-boundary " style ="border-style:solid " cdkDragBoundary =" .drag-boundary " cdkDropList >
58+ < div class ="drag-boundary " style ="border-style:solid " cdkDropList >
5959 Event Line Up
60- < img *ngFor ="let image of images " src ={{image.src}} style ="height:100px; ">
60+ <!-- < img *ngFor="let image of images" src={{image.src}} style="height:100px;" > -- >
6161 </ div >
62- < div style =" border-style:solid " >
62+ < div >
6363 Gallery
6464 <!-- get images from database, display images here.
6565 -->
66- < img *ngFor ="let image of images " src ={{image.src}} style ="height:100px; " cdkDrag >
67- </ div >
66+ < img *ngFor ="let image of images " src ={{image.src}} style ="height:100px; " cdkDrag cdkDragBoundary =".drag-boundary ">
67+ </ div >
68+
69+
6870 </ mat-step >
6971
7072
You can’t perform that action at this time.
0 commit comments