ngx-graph-new
Version:
Modify the ngx-chart version is used
17 lines (16 loc) • 487 B
JavaScript
import { NgModule } from '@angular/core';
import { GraphModule } from './graph/graph.module';
var NgxGraphModule = /** @class */ (function () {
function NgxGraphNewModule() {
}
NgxGraphNewModule.decorators = [
{ type: NgModule, args: [{
exports: [
GraphModule
]
},] },
];
return NgxGraphNewModule;
}());
export { NgxGraphNewModule };
//# sourceMappingURL=ngx-graph.module.js.map