I'm trying to limit the scope of CSS to just a module in Angular. Whenever I lazily load a module and set ViewEncapsulation.None, the CSS starts affecting other areas of my application. Does anyone have suggestions on how to contain the CSS within that specific module in Angular 5?