Can't bind to 'options' since it isn't a known property of 'div'?
fireflysemantics opened this issue · 3 comments
fireflysemantics commented
On stackblitz this it works, but in the standalone CLI environment it errors.
derekfreed commented
Same Issue for me
xieziyu commented
Please double check your Angular version.
https://github.com/fireflysemantics/charts repo is using Angular 15, so you need install ngx-echarts@15.0.3
fireflysemantics commented
OK I upgrade my Angular CLI.
npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
And then recreated the project with Angular 16 and now it works. AWESOME - THANKS!!