How to get rid off Angular Material extra styles and CSS linked by it 'forcefully'
问题 I am using JSPM/SystemJS I am using Angular Material and extra lib for tables (which imports Angular Material too) I also would love to use SASS ONLY version of Angular Material by @import 'angular-material.scss' BUT when I do that and link my compiled app.css I get a lot extra from Angular Material: I get multiple <style> tags in the <head> with zillion of CSS styles (?????) I get TWO extra <links> in the <head> for each import of 'angular-material.js' package with SystemJS (one from my JS