Moveable: How to use Boundaries with angular ?

Created on 23 Oct 2019  路  2Comments  路  Source: daybrush/moveable

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 ?

Angular question solved

Most helpful comment

@JulesVelo

Activate the snappable option.

[snappable]="true"

All 2 comments

@JulesVelo

Activate the snappable option.

[snappable]="true"

Thanks you very much, it works well
great module

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tesmem101 picture tesmem101  路  3Comments

pistell picture pistell  路  4Comments

prasanthLalapeta picture prasanthLalapeta  路  4Comments

ajinkya-dev picture ajinkya-dev  路  3Comments

wassgha picture wassgha  路  6Comments