浏览器支持 Angular material

Browser support for Angular material

我想在我的下一个项目中使用 Angular Material。 https://material.angularjs.org

我没有找到关于它支持哪些浏览器的任何文档。 任何人都知道它的内部工作原理以及会发生什么?

据我了解 flex css 属性,例如 IE<10 不支持。 你知道 Angular material 是否有任何后备设计可以在没有 flex css 的情况下使用吗?

http://caniuse.com/#feat=flexbox

来自official documentation

Please note that using Angular Material requires the use of Angular 1.3.x or higher. Angular Material is targeted for all browsers with versions n-1; where n is the current browser version.

您还可以在他们的官方论坛中找到几个 polyfill 来扩展浏览器的兼容性阅读:https://groups.google.com/forum/#!forum/ngmaterial

由于Angular Material使用CSS3Flexbox,支持的浏览器有:

  • IE 11+,
  • Chrome,
  • Safari,
  • Firefox,
  • Android 4.2+
  • iOS8+

可以在 angularjs.blogspot.co.uk 找到更多详细信息。