未捕获的TypeError:无法读取ng-chartist.min.js处未定义的属性“ core”:1

时间:2018-09-21 09:18:19

标签: chartist.js angular-chartist.js

我从我的angular 6 / chartist项目中提示了此错误: Uncaught TypeError:无法读取ng-chartist.min.js:1上未定义的属性“ core”

ng-chartist error

我在我的app.module.ts中以正确的方式调用了ChartistModule:

从“ ng-chartist”导入{ChartistModule};

这是从库中调用“核心”的地方:

!function(t, e) {
    "object" == typeof exports && "object" == typeof module ? module.exports = e(require("chartist"), require("@angular/core")) : "function" == typeof define && define.amd ? define(["chartist", "@angular/core"], e) : "object" == typeof exports ? exports.ngChartist = e(require("chartist"), require("@angular/core")) : t.ngChartist = e(t.chartist, t.ng.core)
}

我不确定是否应该弄乱图书馆。任何帮助和建议,我们深表感谢。预先谢谢你。

0 个答案:

没有答案