Use angular material in wordpress as a plugin

admin

Administrator
Staff member
I am creating a plugin for wordpress which uses angular material as part of it. I want to use a datepicker in the front page for some pages, and when I add everything, the date picker table does not have the good styling.

I think this happens due to style overrides that wordpress theme has. Does anyone know how to integrate angular material with wordpress? I am using "wp_enqueue_script" and "wp_enqueue_style" to load javascript and stylesheet files.

Is it possible to use angular material datepicker in wordpress and somehow make it keep its styling?