ngx-loom
v0.2.0
Published
**ngx-loom** is an Angular 17 compatible library with the sole purpose of easily rendering directed graph structures. View the GitHub Repository here: [https://github.com/Sn00pyW00dst0ck/ngx-loom](https://github.com/Sn00pyW00dst0ck/ngx-loom).
Downloads
5
Readme
ngx-loom
ngx-loom is an Angular 17 compatible library with the sole purpose of easily rendering directed graph structures. View the GitHub Repository here: https://github.com/Sn00pyW00dst0ck/ngx-loom.
Installation
To install, utilize the command npm i ngx-loom
.
Features
ngx-loom currently provides the following features:
- Ability to render directed (or undirected) graph structures.
- Ability to overwrite the default node and edge display styles utilizing ng-templates.
- Ability to pan and zoom the displayed graph.
- Ability to implement custom 'layouts', which allows replacing the default rendering engine.
- Ability to bind to output events raised when a graph node or edge is clicked.
- Ability to center and auto-zoom the graph utilizing exposed methods.
Documentation for the ngx-loom library can be found at https://sn00pyw00dst0ck.github.io/ngx-loom/.
This project was generated with Angular CLI version 17.3.6.