Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)