Describe the bug
A clear and concise description of what the bug is.
The issue is when I'm adding your package to my project the dom inject a new container "cdk-overlay-container" in the dom when I navigate to different components within module. And with Angular Material we're using these containers to set a class for theming.
I guess it comes from your package because if I remove it the container is never duplicated and theming works perfectly.
Click on 'button next to Cocktails and go to panier'
Right click on an element of the list
See the DOM contains now 2 one with the class theme and one without
Expected behavior
A clear and concise description of what you expected to happen.
We should have only one container as before I tested it on angular 7 and it was working fine
Describe the bug A clear and concise description of what the bug is.
The issue is when I'm adding your package to my project the dom inject a new container "cdk-overlay-container" in the dom when I navigate to different components within module. And with Angular Material we're using these containers to set a class for theming. I guess it comes from your package because if I remove it the container is never duplicated and theming works perfectly.
I've made a repo for you to test this https://github.com/ALapaque/dyma-cocktails/tree/issues/contextMenu
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. We should have only one container as before I tested it on angular 7 and it was working fine
Stackblitz Example Please use this https://github.com/ALapaque/dyma-cocktails/tree/issues/contextMenu