I want to know that is there any way to load and unload SCSS dynamically. The problem is I have two scss named style1.scss and style2.scss. I currently referred style1.scss in my angular.json file. Now I want to load only the style 2.css for a particular module and not style1.scss. Is there any way to achieve this like using conditions in angular.json file or anywhere to load or unload the scss file.
angular.jsonand which version you're exactly using?