I have three css files with different color themes, for example. theme1.css theme2.css theme3.css
I want to download them depending on the selected category. Is it possible to load css files dynamically in angular2? What is the right way to handle this?
Thanks!
source share