Home:ALL Converter>What browsers does AngularJS work with?

What browsers does AngularJS work with?

Ask Time:2015-01-19T12:06:21         Author:Débora

Json Formatter

This can be a most common question. But no any clue about browser versions. More over, Angular site itself says as following.

What browsers does Angular work with?

We run our extensive test suite against the following browsers: the latest versions of Chrome, Firefox, Safari, and Safari for iOS, as well as Internet Explorer versions 9-11. See Internet Explorer Compatibility for more details on supporting legacy IE browsers.

If a browser is untested, it doesn't mean it won't work. You can also expect browsers to work that share a large part of their codebase with a browser we test, such as Opera 15 or newer (uses the Blink engine), or the various Firefox derivatives.

— AngularJS FAQ - What browsers does AngularJS work with?

However, there is no any note which versions are supported. I googled, but couldn't find. Any one let me know what browsers and their versions do support which version of angular ?

Author:Débora,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/28017816/what-browsers-does-angularjs-work-with
Henry Zhu :

Browser support of AngularJS:\n\nInternet Explorer: 9+\n\nVersions 1.2 and later of AngularJS do not support Internet Explorer versions 6 or 7.\nVersions 1.3 and later of AngularJS dropped support for Internet Explorer 8.\n\nOpera 15+\n\nFirefox, Safari, and Google Chrome\n\nAs 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.",
2015-01-19T04:36:11
georgeawg :

\n Version Support Status\n \n Any version branch not shown in the following table (e.g. 1.6.x) is no longer being developed.\n\nVersion Status Comments\n1.2.x Long Term Support Last version to provide IE 8 support\n1.7.x Long Term Support See Long Term Support section below.\n\n \n Long Term Support\n \n At this time we will focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:\n \n \n A security flaw is detected in the 1.7.x branch of the framework\n One of the major browsers releases a version that will cause current production applications using AngularJS 1.7.x to stop working\n The jQuery library releases a version that will cause current production applications using AngularJS 1.7.x to stop working.\n \n \n — AngularJS Documentation - Version Support Status\n",
2018-08-14T12:43:39
yy