I am working on an Angular (6) web app with a customized theme using Angular Material.
Currently, I am trying to incorporate a popup dialog that includes basic HTML elements like checkboxes, buttons, and inputs.
Even though I have successfully displayed the dialog, I am facing challenges when it comes to adding non-styled, standard HTML elements.
At first, I attempted to include these elements without any material directives, but this approach failed due to Material's baseline CSS overriding the default styles of the elements.
Do you have any suggestions or solutions to help me achieve my goal?