xieziyu / ngx-echarts

An angular (ver >= 2.x) directive for ECharts (ver >= 3.x)
https://xieziyu.github.io/ngx-echarts/
MIT License
1.1k stars 195 forks source link

不支持Angular 6 #88

Closed chineseboytom closed 6 years ago

chineseboytom commented 6 years ago

Angular 6使用了rxjs 6.x,而rxjs 6.x 的模块路径变化较大, 统一 import {...} from 'rxjs'。 进而导致ngx-echarts无法支持Angular 6。希望创建支持Angular 6的分支版本。

xieziyu commented 6 years ago

@chineseboytom 多谢,我会尽快上线

PS: rxjs-compat 可以了解下。在未发布新的版本之前,可以先用着

xieziyu commented 6 years ago

@chineseboytom 最新发布的v3.0.0 已支持Angular 6

chineseboytom commented 6 years ago

@xieziyu 非常感谢!

liuxiaodeng commented 6 years ago

rxjs-compat 可以解决 <3 版本的错误,已试