| Author: | spali |
|---|---|
| Official Page: | Go to website |
| Publish Date: | May 9, 2017 |
| License: | MIT |
Description:
An Angular 2 directive which enables you to create movable elements.
Features:
- Optionally enable and disable functionality by
movableEnabledattribute binding. - Optionally specify an element (directive
movableHandle) which is responsible for moving another element (directivemovable). - Supports nesting
- Support for detailed styling of movable and handle element by classes depending on the states.
Installation:
$ npm install ng2-movable –save