I want to inject style to div in component. My issue is it's scss and in application we use scss but style does not want to work. When inject the same style as css one. Everything works fine. The question is how can I force my component to execute style like this? Is it even possible or should I convert scss style to css one?
HTML.TS
<div id="myExampleId">
<div #htmlContainer [innerHtml]="htmlToDisplay | safehtml"></div>
</div>
Style to display in component:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…