I'm developing a webapp using Angular 2 and Polymer, since Material design support for Angular 2 is very poor.
The problem here is that when I run the application in Firefox, IE or Edge the application is shown without styles. When I run it in chrome it runs with styles.
Why is it happening and how could I solve this?
Edit: I inspected the elements in Chrome and Firefox and the elementos dom seems different.