Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

version of Chrome supported by Angular.js

I am trying to build a simple AngularJS application using an old Chrome (version 2010). Then I am facing various problems with routing. Basically Chrome becomes unstable, even crashes often.

I suspect that my old Chrome is not compatible with the specific AngularJS I am using (v1.3.8).

Where can I find such information? I mean the version of Chrome needed by AugularJS of specific version? I searched AngularJS document, but didn't get a clue.

Edited:

Quoted from link https://code.angularjs.org/1.3.8/docs/misc/faq:

We run our extensive test suite against the following browsers: Safari, Chrome, Firefox, Opera 15, IE9 and mobile browsers (Android, Chrome Mobile, iOS Safari). See Internet Explorer Compatibility for more details in supporting legacy IE browsers.

I think these details above are a little vague as a reference. I understand the recommended practice is upgrading Chrome to the latest. As "Derek 朕會功夫" commented, my environment is restricted to some extent. One of the restrictions is, it is not feasible to upgrade Chrome.

That is why I want to find out the exact Chrome version supported by AngularJS. People may come up with similar concerns with other browsers like Firefox. Right?

thanks!

Answer To PSL: I am not using bangrang. BTW, "add a comment" link doesn't work for me , so I have to comment here :(

like image 907
raver Avatar asked Dec 31 '14 02:12

raver


People also ask

Which browsers are compatible with angular?

Browser Compatibility Issues in Angular Recent versions of Angular supports all latest versions of all major browsers like Firefox, Chrome, Safari, iOS and Android. However, in Internet Explorer, Angular is only supported by versions 9, 10, and 11. In IE8, often developers have observed that the application is not properly rendered.

What is the latest version of jQuery for AngularJS?

The jQuery library releases a version that will cause current production applications using AngularJS 1.8.x to stop working. AngularJS 1.2.x will get a new version if and only if a new severe security issue is discovered. You can read more about these plans in our blog post announcement.

Does Internet Explorer 8 support angular?

However, in Internet Explorer, Angular is only supported by versions 9, 10, and 11. In IE8, often developers have observed that the application is not properly rendered. While rendering, only the raw HTML code is displayed. An web application developed in Angular 4 sometimes may include animations.

Why choose angular for single page application development?

Not only for developers, end users also get to experience a faster single page web application that is compatible across different browsers. Recent versions of Angular supports all latest versions of all major browsers like Firefox, Chrome, Safari, iOS and Android.


1 Answers

As far as I can tell, you require Chrome 13 (MDN) from 2011 in order to support the functions tested in the Angular source found here, such as File and Blob.

like image 122
StardustGogeta Avatar answered Nov 14 '22 23:11

StardustGogeta