Browser support for Angular material

Aminadav Glickshtein picture Aminadav Glickshtein · Dec 2, 2015 · Viewed 20.8k times · Source

I want to use Angular Material for my next projects. https://material.angularjs.org

I didn't find any documentation about which browsers it supports. Anyone knows how it internally works and what to expect?

From what I understand flex css attribute, for example not supported by IE<10. Do you know if Angular material, has any fallback design for using without the flex css?

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

Answer

Rahul Talar picture Rahul Talar · Apr 20, 2016

As Angular Material uses CSS3 Flexbox, supported browsers are:

  • IE 11+,
  • Chrome,
  • Safari,
  • Firefox,
  • Android 4.2+ and
  • iOS 8+.

More details can be found at angularjs.blogspot.co.uk.