{"id":13808439,"url":"https://github.com/ng-dnd/ng-dnd","last_synced_at":"2025-04-03T11:10:45.576Z","repository":{"id":40465393,"uuid":"393342249","full_name":"ng-dnd/ng-dnd","owner":"ng-dnd","description":"Drag and Drop for Angular","archived":false,"fork":false,"pushed_at":"2024-09-29T14:10:49.000Z","size":9295,"stargazers_count":125,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T10:13:49.904Z","etag":null,"topics":["angular","angular-dnd","drag-and-drop","html5-drag","ng-dnd","ngx-dnd","react-dnd","sortable"],"latest_commit_sha":null,"homepage":"https://ng-dnd.github.io/ng-dnd/","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/ng-dnd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-08-06T10:29:11.000Z","updated_at":"2025-03-17T08:53:10.000Z","dependencies_parsed_at":"2024-01-30T06:56:26.135Z","dependency_job_id":"7f8b9811-fbe6-4aee-948c-2df46e2e1adc","html_url":"https://github.com/ng-dnd/ng-dnd","commit_stats":{"total_commits":154,"total_committers":3,"mean_commits":"51.333333333333336","dds":0.01948051948051943,"last_synced_commit":"ad5b4fb3fb7a16448a3aa7e261533d764a3ccbe4"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-dnd%2Fng-dnd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-dnd%2Fng-dnd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-dnd%2Fng-dnd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-dnd%2Fng-dnd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ng-dnd","download_url":"https://codeload.github.com/ng-dnd/ng-dnd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989746,"owners_count":20865331,"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","angular-dnd","drag-and-drop","html5-drag","ng-dnd","ngx-dnd","react-dnd","sortable"],"created_at":"2024-08-04T01:01:42.855Z","updated_at":"2025-04-03T11:10:45.561Z","avatar_url":"https://github.com/ng-dnd.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Drag and Drop"],"readme":"# Ng DnD\n\n[![Build Status](https://www.travis-ci.com/ng-dnd/ng-dnd.svg?branch=main)](https://www.travis-ci.com/ng-dnd/ng-dnd)\n[![CodeFactor](https://www.codefactor.io/repository/github/ng-dnd/ng-dnd/badge)](https://www.codefactor.io/repository/github/ng-dnd/ng-dnd)\n[![npm](https://img.shields.io/npm/v/@ng-dnd/core.svg)](https://www.npmjs.com/package/@ng-dnd/core)\n[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/ng-dnd/ng-dnd/blob/master/LICENSE)\n\nDrag and Drop for Angular.\n\n\u003e 🙏 This repo is cloned from [angular-skyhook](https://github.com/cormacrelf/angular-skyhook). Many thanks for [Cormac Relf](https://github.com/cormacrelf)'s work!\n\n| Package                 | Description                       | Docs              |\n| ----------------------- | --------------------------------- | ----------------- |\n| `@ng-dnd/core`          | A toolkit for DnD                 | [Docs][core-docs] |\n| `@ng-dnd/multi-backend` | Multi backend system for DnD core | [Docs][back-docs] |\n| `@ng-dnd/sortable`      | Sortable system for DnD core      | [Docs][sort-docs] |\n\n#### Quick links\n\n[Documentation][core-docs] |\n[Examples][examples]\n\n## Why I create this project?\n\nThe `angular-skyhook` is a great library, but I had encountered some frustrations.\n\n- It dosen't support **Angular Ivy** (v9+), please check [this issue](https://github.com/cormacrelf/angular-skyhook/issues/512) for more details.\n- It hasn't been maintained for almost two years, the version of `dnd-core` and other packages are very old.\n- The naming of some directives and properties aren't very intuitive such as `ssSortable`.\n\n## Compatibility\n\n| Angular         | RxJS | @ng-dnd/core | Zoneless support |\n| --------------- | ---- | ------------ | ---------------- |\n| \u003e=18.0.0        | 7.x  | 4.x          | Yes              |\n| \u003e=17.0.0        | 7.x  | 3.x          | No               |\n| \u003e=13.0.0        | 7.x  | 2.x          | No               |\n| \u003e=9.0.0 \u003c13.0.0 | 6.x  | 1.x          | No               |\n\n## License\n\nMIT\n\n[core-docs]: https://ng-dnd.github.io/ng-dnd/\n[back-docs]: https://ng-dnd.github.io/ng-dnd/multi-backend/\n[sort-docs]: https://ng-dnd.github.io/ng-dnd/sortable/\n[examples]: https://ng-dnd.github.io/ng-dnd/examples/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fng-dnd%2Fng-dnd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fng-dnd%2Fng-dnd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fng-dnd%2Fng-dnd/lists"}