The AngularJS official website itself is built using the AngularJS library. The AngularJS library in the page is introduced through Google's CDN (content distribution network), so there will be problems with domestic access.
You can get AngularJS from the following address so version:
https://code.angularjs.org/
There are all kinds of versions, the above picture is proof:
Additional Note: There is a corresponding version of the compressed package in each directory, just download the compressed package.
Easier method: Get it through Npm package management tool, or Bower, please study it yourself.
The above is the information downloaded from the AngularJS version. We will continue to add relevant information in the future. Thank you for your support for this website!