使用ViserModule报错 Uncaught TypeError: Cannot assign to read only property 'constructor' of object

这几天使用了下最新的Angular + ngalain 的框架,angular甚至直接更新到了8

感觉以前用的很多第三方插件都出了些问题,比如使用Viser图表甚至直接跑不起来。(如图)

 Uncaught TypeError: Cannot assign to read only property 'constructor' of object '[object Object]'

使用ViserModule报错 Uncaught TypeError: Cannot assign to read only property 'constructor' of object_第1张图片

找了半天,找到一个解决方法。

tsconfig.json 中把es2015改成es5

 

你可能感兴趣的:(Angular+NgAlain)