Currently, we are in the process of migrating an AngularJS + angular materialv1 app to Angular + angular materialv2. The application is currently running in hybrid mode, and everything is functioning well except for some CSS styling issues.
We have encountered conflicts between styles from material 1 and material 2. To resolve this issue, I came across information about using "compatibility mode" at https://github.com/angular/material2/pull/2790
However, I am unsure how to enable compatibility mode. Does anyone know how to turn it on?
Thank you in advance for your assistance with this matter.