Browser support for Angular material
Asked Answered
D

2

10

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

Discomposure answered 2/12, 2015 at 21:0 Comment(1)
github.com/angular/material/issues/726Infrangible
N
6

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

Nissie answered 2/12, 2015 at 22:1 Comment(0)
E
10

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.

Epicurus answered 20/4, 2016 at 11:59 Comment(0)
N
6

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

Nissie answered 2/12, 2015 at 22:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.