Angular Google Charts library provides a wrapper for the Google charts for Angular 6+, which is built with AngularCLI.
How to make use of it:
Installation:
npm install angular-google-charts
Import your GoogleChartsModule
in your app.module.ts
:
import { GoogleChartsModule } from 'angular-google-charts'; @NgModule({ ... imports: [ ... GoogleChartsModule, ... ], ... }) export class AppModule {}
See Demo And Download
Official Website(FERNman): Click Here
This superior jQuery/javascript plugin is developed by FERNman. For extra Advanced Usage, please go to the official website.