Angular.js: [CDN] Google Hosted Libraries still offer angular 1.6.4 as the newest version.

Created on 9 Dec 2017  路  10Comments  路  Source: angular/angular.js

misc core moderate inconvenient chore

All 10 comments

It's at 1.6.7 now

Thanks, but now (I believe it's only a few minutes) I can't see anything concerning AngularJS on Google Hoster Libraries.
screenshot_68

That's correct. Since this page must be updated manually and separately from adding a new version to the CDN, we decided to remove the info from this page. The CDN will still get updated, but you might be better off by using a CDN that updates automatically when npm is updated.

I think it's not good solution,...
If it suggest older version (few month old), it's not big problem, but better than nothing.... And when I use a lot of google's frameworks, it's better to copy from one site, than go over every sites.

For example, version 1.6.4 and 1.6.7 is not very much different.... I just wanted it to be updated, but if you want to solve the following,... I don't want this solution.

Like I said, the CDN still gets updated with the actual version and like before, we can't guarantee that the CDN gets updated when the version is released to CDN. But now you don't have outdated info on the CDN page.

if I did not even want to write this issue

I'm confused; @Narretz Are you saying that the resource is still available on CDN ? We simply removed the wiki ?

if I did not even want to write this issue

@Mlocik97-issues I don't understand what you mean by that

@sabousha Yes, the script files are still available. If we removed the actual files we would have a riot on our hands ;)

@Narretz The Google Developer CDN doesn't have AngularJS > 1.6.7., so the following URL doesn't work:

https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js

It _seems_ like we should update our CDN urls to https://code.angularjs.org/, i.e:

https://code.angularjs.org/1.6.9/angular.min.js

Is this preferred/recommended? (I searched for an announcement about this but I haven't been able to find one. My apologies if I missed it.)

@jt2190 No, don't use code.angularjs.org. That's not a CDN, that's just storage.

Putting the code and the Google CDN is a manual process and sometimes lags behind.

If you need the code ASAP on a CDN, you should use another one, for example https://cdnjs.com/libraries/angular.js/1.6.9

Was this page helpful?
0 / 5 - 0 ratings