how to apply styles to sidebar-open[_ngcontent-iqr-c2] code example
Example: ng content
<!-- for dynamic content in components -->
<ng-content></ng-content> <!-- in app-component template -->
<app-component>
<!-- insert html here -->
</app-component>