{"id":17429871,"url":"https://github.com/ajaysinghj8/angular-draggable","last_synced_at":"2025-12-30T11:49:48.772Z","repository":{"id":57146035,"uuid":"48369659","full_name":"ajaysinghj8/angular-draggable","owner":"ajaysinghj8","description":"Draggable Angular2 Directive(NgModule) ","archived":false,"fork":false,"pushed_at":"2017-03-31T12:49:42.000Z","size":3794,"stargazers_count":24,"open_issues_count":4,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T20:37:03.615Z","etag":null,"topics":["angular","angular2","angular4","directive","drag","draggable"],"latest_commit_sha":null,"homepage":"https://coderajay.github.io/ng2Draggable/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajaysinghj8.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-21T12:06:08.000Z","updated_at":"2021-12-29T06:34:01.000Z","dependencies_parsed_at":"2022-09-14T02:10:26.441Z","dependency_job_id":null,"html_url":"https://github.com/ajaysinghj8/angular-draggable","commit_stats":null,"previous_names":["coderajay/angular-draggable","coderajay/ng2draggable"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaysinghj8%2Fangular-draggable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaysinghj8%2Fangular-draggable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaysinghj8%2Fangular-draggable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaysinghj8%2Fangular-draggable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajaysinghj8","download_url":"https://codeload.github.com/ajaysinghj8/angular-draggable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249165881,"owners_count":21223343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular2","angular4","directive","drag","draggable"],"created_at":"2024-10-17T07:10:23.048Z","updated_at":"2025-12-30T11:49:48.740Z","avatar_url":"https://github.com/ajaysinghj8.png","language":"TypeScript","readme":"# Angular-Draggable\nA angular directive provide html block to move on html plain.\n\n## Usages\n \n```js\nimport { NgDraggableModule } from 'angular-draggable'; \n@NgModule({                                   \n    imports: [\n        ....,                                \n        NgDraggableModule                       \n    ],\n    declarations: [YourAppComponent ],\n    exports: [YourAppComponent],\n    bootstrap: [YourAppComponent],\n})\n.....\n\n\n```\n\n```html\n\u003cdiv draggable\u003e\n    content\n \u003c/div\u003e    \n\n```\n\n\n```html\n\u003cdiv draggable=\"true\"\u003e\n    content\n\u003c/div\u003e    \n\n```\n\n```html\n\u003cdiv draggable=\"false\"\u003e\n    content\n\u003c/div\u003e    \n\n```\n# Example\n   [#demo](https://coderajay.github.io/angular-draggable)\n   \n   \n   \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaysinghj8%2Fangular-draggable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaysinghj8%2Fangular-draggable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaysinghj8%2Fangular-draggable/lists"}