One of my CSS techniques involves outlining every div in red, which is helpful for debugging alignment of elements.
In my app, I have a button that currently toggles various debugging features. I'm interested in incorporating the toggling of these red outlines as well.
What would be the best approach to toggle these classes while using angular and the angular cli? I want to avoid dynamically loading and unloading the style sheet if possible.