We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c58c26 commit abe4f38Copy full SHA for abe4f38
Readme.md
@@ -1,14 +1,14 @@
1
-# Ng2Draggable
2
-A angular2 directive provide html block to move block on html plain.
+# Angualr-Draggable
+A angular directive provide html block to move on html plain.
3
4
## Usages
5
6
```js
7
-import { Ng2DraggableModule } from 'ng2-draggable';
+import { NgDraggableModule } from 'angular-draggable';
8
@NgModule({
9
imports: [
10
....,
11
- Ng2DraggableModule
+ NgDraggableModule
12
],
13
declarations: [YourAppComponent ],
14
exports: [YourAppComponent],
@@ -41,7 +41,7 @@ import { Ng2DraggableModule } from 'ng2-draggable';
41
42
```
43
# Example
44
- [#demo](https://coderajay.github.io/ng2Draggable)
+ [#demo](https://coderajay.github.io/angular-draggable)
45
46
47
0 commit comments