Our Content Security Policy does not allow unsafe-inline
for styles.
When I try to use angular-material in our application, it won't work right (missing styles) and I get a lot of errors logged in the DevTools. From what I can tell, this is due to dynamically generated CSS being injected into the page.
I'm already including ngCsp, but it has no noticeably effect on this issue.