Ive checked it with angular but its not working for me,
even if I set it like below:
<div class="chart" [ngStyle]="{'height':chartSize+'px'}" style="width: 100%;" [ngClass]="{'hide-pan': true}"></div>
it works only if its under global style.scss
do you have an idea how to solve it or how to add the condition to the global scss?
Thank you