In an Angular 2 app, I need to create a graph using D3.js.
In order to get the D3 JS files, I did a "npm install d3". however, it created lots of folders inside node_modules. I am not able to make out which ones to use.
In the past (in an Ext JS application), I have just included d3.js in the script tag and that made 'd3' available for me to use.
Is that not the case when using node modules? What is the best way to use d3 with angular 2?