1、angular4兼容ie10以上版本方法
释放polyfills.ts中注释的import内容
但是ie10不支持动画,需要执行
npm install --save classlist.js
npm install --save web-animations-js
2、document.getElementsByClass在IE6-IE8下会报错,详见https://www.cnblogs.com/diasa-fly/p/7054660.html