Interactions
The Move primitives enable pointer and keyboard move interactions on an element.
Import the Move primitives from ng-primitives/interactions
.
import { NgpMove } from 'ng-primitives/interactions';
Assemble the move directives in your template.
<div (ngpMove)="onMove($event)"></div>
The following directives are available to import from the ng-primitives/interactions
package:
The NgpMove
directive is used to enable the pointer and keyboard move interactions on an element.
[ngpMove]
ngpMove
The following data attributes are available to use with the NgpMove
directive:
Attribute | Description |
---|---|
data-move |
Applied when the element is being moved. |
Copyright © 2024 Angular Primitives