Angular 2 Movable Directive

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 movableEnabled attribute binding.
  • Optionally specify an element (directive movableHandle) which is responsible for moving another element (directive movable).
  • Supports nesting
  • Support for detailed styling of movable and handle element by classes depending on the states.

Installation:

$ npm install ng2-movable –save

Preview:

Angular 2 Movable Directive


You Might Be Interested In:

Add Comment