Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a CDN for unstable versions of Angular.js?

Tags:

angularjs

cdn

I generally use CDNs for javascript libraries, but now I want to try something from the newest "release candidate" version of Angular.js ( 1.2 at this time )

Is there a CDN that serves "unstable" new releases of Angular.js? Or do I have to download it and serve it myself?

like image 680
Nick Perkins Avatar asked Sep 27 '13 20:09

Nick Perkins


People also ask

Can we use CDN with Angular?

AngularJs CDN is ideal for delivering the files efficiently, and it allows the user to retrieve the data from the most optimal CDN server rather than from the original server. The AngularJs CDN integration has so many advantages, such as HTTP/2-supported servers, CORS, an extensive network of data centers, etc.

Will AngularJS stop working?

Recently, AngularJS developers extended this period by another 6 months due to the global COVID-19 pandemic. However, on 31st December 2021, AngularJS will hit it's EOL!

Is Angular being deprecated?

In January of 2018 we laid out our plans for the final releases of AngularJS before entering long-term support and last year, we extended the LTS due to the global pandemic until December 31, 2021. Well, friends, the time has come and we're no longer supporting AngularJS.

Is AngularJS still maintained?

AngularJS is the first major version of Google's popular Angular family of open source JavaScript web application frameworks. Released in 2010, AngularJS is now scheduled to reach the end of its life on December 31st, 2021. After this date, Google will no longer make patches or updates for the AngularJS framework.


2 Answers

If you go on Angularjs main site and you click on the Download button then you click on unstable and finally you have the CDN of the lastest unstable version of angular wich is for now :

https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.2/angular.min.js

like image 109
L105 Avatar answered Sep 24 '22 04:09

L105


Yes. AngularJS does have a snapshot of the latest build, this is the link http://code.angularjs.org/snapshot/angular.js.

You can go to this link to see all available modules.

like image 35
zs2020 Avatar answered Sep 25 '22 04:09

zs2020