Angular9 引入echarts
摘要:
在组件的module中引入 import { NgxEchartsModule } from 'ngx-echarts'; import * as echarts from 'echarts'; imports: [NgxEchartsModule.forRoot({ echarts })] 阅读全文
posted @ 2020-08-13 17:54 zhangfeitaimengle 阅读(444) 评论(0) 推荐(0) 编辑