How to Integrate only the iframe / only the graphical diagram of neo4j into my Angular2 & Nodejs app

Hi Team,

I want to showcase my output of Neo4j Application on a browser. That can be done by creating an Angular App and NodeJS App together as front-end and back-end and displaying only the iframe of the graph. Is there such a provision ?

You will need a javascript graph visualization library like neovis for that. See:

Thanks Michael. I may need your help if i get stuck up in between.