neo4j-js-ng2 icon indicating copy to clipboard operation
neo4j-js-ng2 copied to clipboard

A Neo4j graph UI editor that's got solid typescript in it.

Results 19 neo4j-js-ng2 issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

Any chance you can dockerize this app?

enhancement

![neo4jjs graph visualization and edition](https://user-images.githubusercontent.com/67427/34064722-b4fa3e0a-e1fb-11e7-8393-1a2a1b882607.jpg)

bug

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...

enhancement

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...

enhancement

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...