{"id":24480337,"url":"https://github.com/vedph/ngx-viz","last_synced_at":"2026-02-10T18:14:41.640Z","repository":{"id":272119659,"uuid":"915449498","full_name":"vedph/ngx-viz","owner":"vedph","description":"Simple Angular viz.js wrapper to render DOT graphs.","archived":false,"fork":false,"pushed_at":"2025-07-12T13:53:36.000Z","size":205,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-20T04:44:44.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vedph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-11T21:46:31.000Z","updated_at":"2025-07-24T14:37:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"8593fbc5-4d34-4027-a851-6dea9e5a538c","html_url":"https://github.com/vedph/ngx-viz","commit_stats":null,"previous_names":["vedph/ngx-viz"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vedph/ngx-viz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedph%2Fngx-viz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedph%2Fngx-viz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedph%2Fngx-viz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedph%2Fngx-viz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vedph","download_url":"https://codeload.github.com/vedph/ngx-viz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedph%2Fngx-viz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277958682,"owners_count":25905753,"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","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-21T11:01:27.136Z","updated_at":"2026-02-10T18:14:41.632Z","avatar_url":"https://github.com/vedph.png","language":"TypeScript","funding_links":[],"categories":["Framework Interoperability"],"sub_categories":["Wrappers"],"readme":"# NgxViz\n\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.7.\n\nThis is a simple Angular [viz.js](https://viz-js.com) wrapper component to render [DOT graphs](https://graphviz.org/doc/info/lang.html).\n\n## Setup\n\n📦 `pnpm i @myrmidon/ngx-viz`.\n\n## Usage\n\nIn your component template:\n\n```html\n\u003cdiv style=\"width: 800px; height: 600px;\"\u003e\n  \u003cngx-viz [code]=\"graphCode\" /\u003e\n\u003c/div\u003e\n```\n\nwhere `graphCode` is the code to display, e.g.:\n\n```ts\n@Component({\n  // ...\n  imports: [\n    VizComponent\n  ]\n  // ...\n})\nexport class YourComponent {\n  graphCode = `\n    digraph {\n      A -\u003e B;\n      B -\u003e C;\n      C -\u003e A;\n    }\n  `;\n}\n```\n\n## History\n\n### 1.0.1\n\n- 2025-11-24:\n  - ⚠️ upgraded to Angular 21.\n  - migrated to `pnpm`.\n- 2025-07-12: updated Angular and packages.\n\n### 1.0.0\n\n- 2025-07-03: ⚠️ updated to Angular 20.\n\n### 0.0.3\n\n- 2025-01-12: refactored script loading for Viz to handle the case where AMD module might already be present and prevent duplicate script loading.\n\n### 0.0.2\n\n- 2025-01-12: refactored script loading for Viz.\n\n### 0.0.1\n\n- 2025-01-11: initial commit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedph%2Fngx-viz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedph%2Fngx-viz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedph%2Fngx-viz/lists"}