How can we apply css files or import css files conditionally in angular.
Note: We should have multiple css files and on condition it should apply the css file to the angular component.
In how many ways can we achieve it? any approach could be usable.