## An Angular plugin for the interactjs library
We aim to build a versatile API that exposes all the features of interactjs, but also simplifies implementing common behaviors.
npm i interactjs @tft/interact --save
Interactive documentation can be found on Stackblitz.
Here are some basic examples
``html
dragConfig="dragConfig"
[x]="x"
[y]="y">
Any config that will work with with interactjs will work here
`ts
dragConfig = {
enabled = true,
lockAxis: 'y'
}
`
$3
`html
``