{"id":25690625,"url":"https://github.com/artbelikov/angular2-tree-diagram","last_synced_at":"2025-06-10T22:39:42.636Z","repository":{"id":24625889,"uuid":"99263751","full_name":"artbelikov/angular2-tree-diagram","owner":"artbelikov","description":"Angular Hierarchical UI module","archived":false,"fork":false,"pushed_at":"2023-01-07T02:17:22.000Z","size":3570,"stargazers_count":74,"open_issues_count":37,"forks_count":40,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-24T04:37:39.029Z","etag":null,"topics":["angular","angular2","angular6","angular7","angular8","angular9","hierarchical","hierarchical-data","hierarchical-diagram","hierarchy","tree","tree-structure","typescript"],"latest_commit_sha":null,"homepage":"","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/artbelikov.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":"2017-08-03T18:35:07.000Z","updated_at":"2024-07-11T08:25:28.000Z","dependencies_parsed_at":"2023-01-14T01:19:10.917Z","dependency_job_id":null,"html_url":"https://github.com/artbelikov/angular2-tree-diagram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbelikov%2Fangular2-tree-diagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbelikov%2Fangular2-tree-diagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbelikov%2Fangular2-tree-diagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artbelikov%2Fangular2-tree-diagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artbelikov","download_url":"https://codeload.github.com/artbelikov/angular2-tree-diagram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":256159635,"owners_count":22345684,"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","angular6","angular7","angular8","angular9","hierarchical","hierarchical-data","hierarchical-diagram","hierarchy","tree","tree-structure","typescript"],"created_at":"2025-02-24T22:50:36.094Z","updated_at":"2025-06-10T22:39:42.593Z","avatar_url":"https://github.com/artbelikov.png","language":"TypeScript","readme":"# Angular tree diagram\n\n### About\nThis is Angular 2+ Hierarchical UI module.\n\n### Preview\n\u003cimg src=\"http://i.imgur.com/CfQXRGm.png\" width=\"500\"\u003e\n\n### Demo\nOn [gh-pages](https://artbelikov.github.io/angular2-tree-diagram/)\n\n### Features\n- Drag and drop\n- Zoom and pan\n- Configurable node width/height\n- Add/remove nodes\n- Tree-like UI\n- Pure CSS relation lines\n- No dependencies\n\n### Installation\n```\nnpm i angular2-tree-diagram\n```\n\n### Usage\n- Import module in your project\n- Use tree-diagram directive\n- Pass array of nodes and config\n- See example.json for more details\n\n### Example\n```\n\u003ctree-diagram [data]=\"data\"\u003e\u003c/tree-diagram\u003e\n...\ndata = {\n  json: [\n    {\n      \"guid\": \"bc4c7a02-5379-4046-92be-12c67af4295a\",\n      \"displayName\": \"Elentrix\",\n      \"children\": [\n        \"85d412c2-ebc1-4d56-96c9-7da433ac9bb2\",\n        \"28aac445-83b1-464d-9695-a4157dab6eac\"\n      ]\n    },\n    ...\n  ],\n  config: {\n    nodeWidth: 200,\n    nodeHeight: 100\n  }\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbelikov%2Fangular2-tree-diagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartbelikov%2Fangular2-tree-diagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbelikov%2Fangular2-tree-diagram/lists"}