Using both styleUrls and styles properties does not work in Webpack environment
alex-shevchenko opened this issue · 1 comments
alex-shevchenko commented
Webpack would replace styleUrls with another copy of styles, meaning that only the last takes effect. In addition, this will crash application in IE and Edge, as it's strict mode does not allows property duplication.
kjshah119 commented
I am facing the same problem. My app is not running in IE.