Integrate Google Charts and make reusable chart components We previously saw how to use Google Charts in an classical HTML5 / Javascript page, now it’s time to see how we can make it work in an Angular 4 project. We…
Category: Angular 4
Using Google Charts in Angular 4 project, part 1
Introducing Google Charts Google Charts is an HTML5/SVG thats provides many kind of charts. The most common way to use Google Charts is with simple JavaScript that you embed in your web page. You load some Google Chart libraries, list…
Using UnderscoreJs in Angular4 project
I recently introduced UnderscoreJs in a previous article : Introducing UnderscoreJs. I’m a big fan of Angular 4 as well, and in this article i will show you how to use UnderscoreJs in Angular 4 (that uses Typescript). I will show…