How to integrate visualization tool with Angular?

Hi,
I need to build a web app in something similar to neo4j browser...
I need to develop an Angular app, with predefined fields that the user can select and put parameters.
the parameters will be sent to API which will build cypher queries with those parameters and the result will go back to the visualization library that will display the nodes and relations.
Which tool will work good with Angular and also easy to integrate?
Thanks

Any JavaScript based library should work.