backbone-ng2-google-charts
Version:
Angular2 Google Charts module
11 lines (10 loc) • 515 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./google-chart/google-chart.component"));
var chart_html_tooltip_1 = require("./google-chart/chart-html-tooltip");
exports.ChartHTMLTooltip = chart_html_tooltip_1.ChartHTMLTooltip;
var google_charts_module_1 = require("./google-charts.module");
exports.Ng2GoogleChartsModule = google_charts_module_1.Ng2GoogleChartsModule;