In my application, there is a app.module under that page.module and then dashboard.module.
Whenever i am tring to use ngxechart for component inside dashboard.module its giving error i.e
Can't bind to 'options' since it isn't a known property of 'div'.:
<div id="chart" echarts [options]="echartMapOption" style="width: 800px; height: 600px;background-color: bisque;"></div>
I have tried multiple solution.Its working fine in app.component but not in child module component.