*** Welcome to piglix ***

AngularJS

AngularJS
AngularJS logo
Developer(s) Google
Initial release October 20, 2010; 6 years ago (2010-10-20)
Stable release
2.4.3 / January 11, 2017; 17 days ago (2017-01-11)
Repository github.com/angular/angular.js
Development status Active
Written in TypeScript, JavaScript
Platform Cross-platform, see Legacy browser support
Size 144 KB production
1 MB development
Type JavaScript, Single-page application Framework
License MIT License
Website angularjs.org
angular.io

AngularJS (commonly referred to as "Angular" or "Angular.js") is a complete 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. The JavaScript components complement Apache Cordova, the framework used for developing cross-platform mobile apps. It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications.

The AngularJS framework works by first reading the HTML page, which has embedded into it additional custom tag attributes. Angular interprets those attributes as directives to bind input or output parts of the page to a model that is represented by standard JavaScript variables. The values of those JavaScript variables can be manually set within the code, or retrieved from static or dynamic JSON resources.

According to JavaScript analytics service Libscore, AngularJS is used on the websites of Wolfram Alpha, NBC, Walgreens, Intel, Sprint, ABC News, and approximately 12,000 other sites out of 1 million tested in October 2016.


...
Wikipedia

...