Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaysinghj8/angular-draggable
Draggable Angular2 Directive(NgModule)
https://github.com/ajaysinghj8/angular-draggable
angular angular2 angular4 directive drag draggable
Last synced: 21 days ago
JSON representation
Draggable Angular2 Directive(NgModule)
- Host: GitHub
- URL: https://github.com/ajaysinghj8/angular-draggable
- Owner: ajaysinghj8
- License: mit
- Created: 2015-12-21T12:06:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T12:49:42.000Z (over 7 years ago)
- Last Synced: 2024-10-03T06:27:25.930Z (about 1 month ago)
- Topics: angular, angular2, angular4, directive, drag, draggable
- Language: TypeScript
- Homepage: https://coderajay.github.io/ng2Draggable/
- Size: 3.62 MB
- Stars: 24
- Watchers: 3
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular-Draggable
A angular directive provide html block to move on html plain.## Usages
```js
import { NgDraggableModule } from 'angular-draggable';
@NgModule({
imports: [
....,
NgDraggableModule
],
declarations: [YourAppComponent ],
exports: [YourAppComponent],
bootstrap: [YourAppComponent],
})
.....```
```html
content
```
```html
content```
```html
content```
# Example
[#demo](https://coderajay.github.io/angular-draggable)