# Browser support # 浏览器支持 Angular supports most recent browsers. This includes the following specific versions: Angular 支持大多数常用浏览器,包括下列版本:
Chrome | Firefox | Edge | IE | Safari | iOS | Android | IE Mobile |
---|---|---|---|---|---|---|---|
latest 最新版 |
latest 最新版 |
14 | 11 | 10 | 10 |
Nougat (7.0) Marshmallow (6.0) |
11 |
13 | 10 | 9 | 9 |
Lollipop (5.0, 5.1) |
|||
9 | 8 | 8 |
KitKat (4.4) |
||||
7 | 7 |
Jelly Bean (4.1, 4.2, 4.3) |
Browsers (Desktop & Mobile) 浏览器(桌面和移动) |
Polyfills Required 需要的填充库 |
---|---|
Chrome, Firefox, Edge, Safari 9+ | None |
Safari 7 & 8, IE10 & 11, Android 4.1+ | [ES6](guide/browser-support#core-es6) |
IE9 |
[ES6 classList](guide/browser-support#classlist) |
Feature 特性 | Polyfill 填充库 | Browsers (Desktop & Mobile) 浏览器(桌面和移动) |
---|---|---|
[Animations](guide/animations) [动画](guide/animations) | [Web Animations](guide/browser-support#web-animations) [Web 动画](guide/browser-support#web-animations) |
All but Chrome and Firefox Not supported in IE9 除 Chrome 和 Firefox 外的所有,但不支持 IE9 |
[Date](api/common/DatePipe), [currency](api/common/CurrencyPipe), [decimal](api/common/DecimalPipe) and [percent](api/common/PercentPipe) pipes [Date](api/common/DatePipe)、[currency](api/common/CurrencyPipe)、[decimal](api/common/DecimalPipe) 和 [percent](api/common/PercentPipe) 管道 | [Intl API](guide/browser-support#intl) | All but Chrome, Firefox, Edge, IE11 and Safari 10 除了 Chrome、Firefox、Edge、IE11 和 Safari 10 外的所有浏览器 |
[NgClass](api/common/NgClass) on SVG elements 在 SVG 元素上应用 [NgClass](api/common/NgClass) | [classList](guide/browser-support#classlist) | IE10, IE11 |
[Http](guide/http) when sending and receiving binary data 用 [Http](guide/http) 发送和接收二进制数据 |
[Typed Array](guide/browser-support#typedarray) [Blob](guide/browser-support#blob) [FormData](guide/browser-support#formdata) |
IE 9 |
Polyfill 填充库 |
Licence 授权方式 |
Size* 大小* |
---|---|---|
ES6 | MIT | 27.4KB |
classList |
Public domain 公共域 |
1KB |
Intl | MIT / Unicode license | 13.5KB |
Web Animations | Apache | 14.8KB |
Typed Array | MIT | 4KB |
Blob | MIT | 1.3KB |
FormData | MIT | 0.4KB |