Hello,
I use this code in Angular but it does not affect the behaviour of the draggable elements :
(HTML)
[dragArea]="true"
[bounds]="{left: 0, right: 500, top: 0, bottom: 500}"
Can you explain why ?
@JulesVelo
Activate the snappable option.
[snappable]="true"
Thanks you very much, it works well
great module
Most helpful comment
@JulesVelo
Activate the
snappableoption.[snappable]="true"