What is the method for selectively applying CSS files in Angular?
It is required to have several CSS files and apply them to an Angular component based on a condition.
What are the various approaches available to achieve this? Any method can be considered.