Package Exports
- mutable-div
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mutable-div) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MutableDiv
This is an Angular project which was created to enable changing the div element by moving it or resizing it.
Getting Started
Prerequisites
You will requires these in order to run it locally:
Angular cli
To run it locally:
npm install
ng serve
To run it with your project
npm install mutable-div --save
How to use
draggable
- Import the 'MutableDivModule' in app module
- Add the directive draggable to the div
- Add rotation inputs if the div is rotated 0 (default), 90, 180, 270
resizable
- Import the 'MutableDivModule' in app module
- Add the directive resize to the div element
- Add rotation inputs if the div is rotated 0 (default), 90, 180, 270