eisman / neo4jd3

Neo4j graph visualization using D3.js
https://eisman.github.io/neo4jd3/
MIT License
1.37k stars 422 forks source link

Creating TypeScript Library #54

Closed viveksacademia4git closed 4 years ago

viveksacademia4git commented 4 years ago

Hello @eisman I am going to create a TypeScript Library using the code from neo4jd3.js, since there is no code of support provided in this library

viveksacademia4git commented 4 years ago

I was able to integrate it, in the Angular 8 successfully. I have lot of ideas and I would like to contribute to this project.

auzair92 commented 4 years ago

Hi Vivek. I am trying to use Neo4j in my Angular 8 project as well, but don't know how to go about it. Can you please share the procedure?

viveksacademia4git commented 4 years ago

Hello,

I am going to prepare the Angular typescript library for this, in few days

kerimovscreations commented 4 years ago

Hi @viveksacademia4git , can you share your solution to solve the ERROR ReferenceError: d3 is not defined problem in Angular project?

viveksacademia4git commented 4 years ago

Hello @kerimovscreations and @auzair92 I have created the new library by using this one as a fork. URL of the test application which contains implementation steps is https://github.com/vivopensource/ng-neo4jd3-test

kerimovscreations commented 4 years ago

@viveksacademia4git thanks

rugobal commented 2 years ago

Hi @viveksacademia4git, what would be the process if I wanted to make some modifications to the neo4jd3.js javascript and include it within your Typescript libary? (https://github.com/vivopensource/ng-neo4jd3)

Meaning, to compile my own version of the library.

Thanks