Browser support for Angular material
From the 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.
Also you can find several polyfill to extend the Browser's compatibility reading in their official forum: https://groups.google.com/forum/#!forum/ngmaterial
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.