UNPKG
backbone-ng2-google-charts
Version:
latest (0.2.8)
2.4.0
2.3.0
2.2.0
2.1.0
0.2.8
0.2.5
0.0.8
0.0.1
0.0.0
Angular2 Google Charts module
github.com/gmazzamuto/ng2-google-charts
gmazzamuto/ng2-google-charts
backbone-ng2-google-charts
/
google-chart
/
chart-ready-event.d.ts
5 lines
(4 loc)
•
74 B
TypeScript
View Raw
1
2
3
4
5
export
interface
ChartReadyEvent
{
message
:
string
;
chart
:
any
; }