
AngularJS (or “Angular.js”) is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade/Pug and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding. To help you structure your application better and make it easy to test, AngularJS teaches the browser how to do dependency injection and inversion of control.
AngularJS attempts to minimize the impedance mismatch between document-centric HTML and what an application needs by creating new HTML constructs. AngularJS teaches the browser new syntax through a construct we call directives. Examples include:
- Data binding, as in {{}}.
- DOM control structures for repeating, showing and hiding DOM fragments.
- Support for forms and form validation.
- Attaching new behavior to DOM elements, such as DOM event handling.
- Grouping of HTML into reusable components.
AngularJS CDNs (Free):
- https://cdnjs.com/libraries/angular.js/ – Powered by Cdnjs
- https://ajax.googleapis.com/ajax/libs/angularj/ – Powered by Google CDN

Download AngularJS 1.8.2
Download additional modules
Download AngularJS 1.2.32
Download additional modules
Note: Angular v4 releases can be found on Github.
Last Update: March 11, 2019
Current Version: 1.8.2 / 1.2.32 (Legacy)
License: Freeware
Developer: Google Inc.
Homepage: AngularJS.org