fabric8-analytics-dependency-editor-jyas
Version:
21 lines • 640 B
JavaScript
import { NgModule } from '@angular/core';
import { ChartComponent } from './chart-component';
var ChartModule = /** @class */ (function () {
function ChartModule() {
}
ChartModule.decorators = [
{ type: NgModule, args: [{
declarations: [
ChartComponent
],
exports: [
ChartComponent
]
},] },
];
/** @nocollapse */
ChartModule.ctorParameters = function () { return []; };
return ChartModule;
}());
export { ChartModule };
//# sourceMappingURL=chart.module.js.map