dc.js charts with Angular2+
问题 Has any one used dc.js with Angular2+ application. Any help or pointers will be appreciated. I am able to make my application running on normal html/java-script. Now I need to implement the same in Angular 2+ application. 回答1: Edit : A couple of weeks later I have a much better understanding and can maybe give some better instructions, so here It goes: After generating the angular project, install dc , its typefiles, and all needed dependencies like this: npm i --save dc @types/dc