April 2015
Intermediate to advanced
278 pages
5h 38m
English
We bootstrapped a simple AngularJS application in the previous section. Now, the goal is to integrate a D3.js component seamlessly into an AngularJS application—in an Angular way. This means that we have to design the AngularJS application and the visualization component such that the modules are fully encapsulated and reusable. In order to do so, we will use a separation on different levels:
Using this clear separation allows you to keep files and modules organized and clean. If at anytime we want to replace the D3.js backend ...
Read now
Unlock full access