neo4j-js-ng2
neo4j-js-ng2 copied to clipboard
A Neo4j graph UI editor that's got solid typescript in it.
Bumps [moment](https://github.com/moment/moment) from 2.19.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 4.4.6 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
Added docker-compose environment for demo purposes. Fixed node-sass dependency #20 Prettier auto-formatting on REAMDE.md
after installing ng cli and running npm i - I then ran ng build and got a massive error. Essentially saying Cannot find module 'node-sass' Probably need to add that...
UI issue

In some cases it is desirable to delete dangling nodes from the graph. A general user could expect to find this option either in edit mode, or through understanding the...
Currently the graph visualisation of the query responses aggregates those and will continue to do so with every subsequent query. It may be desirable to clear the view manually, or...
As a precursor to #5 one could prepare a more flexible visualisation environment, by refactoring the UI settings from https://github.com/adadgio/neo4j-js-ng2/blob/da3eda17274951ce4b625dc68ae733222a90fe43/src/assets/neo4j.settings.json.dist#L6-L30 into the frontend for live editing of the desired presets,...
When trying to run the example query MATCH (n) RETURN n, LABELS(n), ID(n) via the (admittedly hidden) Cypher query mode, the response successfully contains all expected nodes, but is not...