UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular2 and beyond!

33 lines 1.58 kB
"use strict"; var core_1 = require('@angular/core'); var chart_common_module_1 = require('../common/chart-common.module'); var tree_map_cell_component_1 = require('./tree-map-cell.component'); exports.TreeMapCellComponent = tree_map_cell_component_1.TreeMapCellComponent; var tree_map_cell_series_component_1 = require('./tree-map-cell-series.component'); exports.TreeMapCellSeriesComponent = tree_map_cell_series_component_1.TreeMapCellSeriesComponent; var tree_map_component_1 = require('./tree-map.component'); exports.TreeMapComponent = tree_map_component_1.TreeMapComponent; var TreeMapModule = (function () { function TreeMapModule() { } TreeMapModule.decorators = [ { type: core_1.NgModule, args: [{ imports: [chart_common_module_1.ChartCommonModule], declarations: [ tree_map_cell_component_1.TreeMapCellComponent, tree_map_cell_series_component_1.TreeMapCellSeriesComponent, tree_map_component_1.TreeMapComponent ], exports: [ tree_map_cell_component_1.TreeMapCellComponent, tree_map_cell_series_component_1.TreeMapCellSeriesComponent, tree_map_component_1.TreeMapComponent ] },] }, ]; /** @nocollapse */ TreeMapModule.ctorParameters = function () { return []; }; return TreeMapModule; }()); exports.TreeMapModule = TreeMapModule; //# sourceMappingURL=tree-map.module.js.map