What browsers does AngularJS work with?

有些话、适合烂在心里 提交于 2019-12-05 07:29:14
Henry Zhu

Browser support of AngularJS:

Internet Explorer: 9+

Versions 1.2 and later of AngularJS do not support Internet Explorer versions 6 or 7.
Versions 1.3 and later of AngularJS dropped support for Internet Explorer 8.

Opera 15+

Firefox, Safari, and Google Chrome

As mentioned in a StackOverflow Question here: Which versions of firefox does angularjs support?, since they say which IE version they support and not Chrome, Safari, or Firefox, it's safe to assume all the versions are working.

Version Support Status

Any version branch not shown in the following table (e.g. 1.6.x) is no longer being developed.

Version   Status              Comments
1.2.x     Long Term Support   Last version to provide IE 8 support
1.7.x     Long Term Support   See Long Term Support section below.

Long Term Support

At this time we will focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:

  • A security flaw is detected in the 1.7.x branch of the framework
  • One of the major browsers releases a version that will cause current production applications using AngularJS 1.7.x to stop working
  • The jQuery library releases a version that will cause current production applications using AngularJS 1.7.x to stop working.

— AngularJS Documentation - Version Support Status

According to AngularJS document:Internet Explorer Compatibility, the answer should be IE 9。

AngularJS 1.3 has dropped support for IE8. Read more about it on our blog. AngularJS 1.2 will continue to support IE8, but the core team does not plan to spend time addressing issues specific to IE8 or earlier.

The project currently supports and will attempt to fix bugs for IE9 and above. The continuous integration server runs all the tests against IE9, IE10, and IE11.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!